What is the syntax for defining an arrow function?
When an arrow function’s body is left without curly braces, what changes in its functionality?
It doesn’t need a return statement.
How is the value of this determined within an arrow function?
It directs to the function that was defined.