Braces, { and }, mark out the lines of code that belong to a function.

Add an opening brace, {, after the parentheses of the function and a closing brace, }, at the very end of the function.

Add the opening brace, {, followed by the closing brace, }.