A function is a block of code that we can reuse whenever we want.
Nice! We need the function keyword, a name, and some parentheses. The code in the braces runs when we use the function.
function
Might that create a loop instead of a function?