return a + b;
}
Right on! We can use function declarations or function expression to define functions. Assigning a function in parentheses or using it with arguments invokes it.
Whoops! We can use function declarations or function expression to define functions. Assigning a function in parentheses or using it with arguments invokes it.