What do the braces {
and }
do?
- They mark the code block that belongs to the function
- They indicate what code the function should skip
- They show what lines the function should repeat
- They the prevent code from crashing
They mark the code block that belongs to the function.