What do {
and }
do?
- They mark out the code that belongs to a function
- They mark out which code to always skip in a function
- They indicate that the function can be called
- The prevent function from displaying something
They mark out the code that belongs to a function.