Do all functions have to include a return statement?
There are two ways to return a statement in a function: implicitly and explicitly.
If you have a function that can return a straightforward expression you can return it implicitly with the arrow function syntax.