You’ve chosen to wrap the body of the function in a code block, wrapping it in curly braces, { and }. You always do that with standard functions, but with arrow functions it is optional. If you do that, then you must specify the return. If you have only one line that evaluates to what you want, you can leave off the curly braces and the return.