What do the braces { and } do?

They mark the code block that belongs to the functionThey indicate what code the function should skipThey show what lines the function should repeatThey the prevent code from crashing

They mark the code block that belongs to the function.