Isn’t this question wrong? It looks like it is missing the “arrow” part of the “arrow function”. Not sure.
Welcome to the forum @skye.c.campbell
Type it into a console and see what happens when you call it with some numbers.
Happy coding
that is not an arrow function, that is an anonymous function with the classic function keyword syntax, remember that arrow functions don’t use function keyword
