Add Missing Function Parameters

The function add should take two numbers and return their sum. Fix the function declaration so that it works correctly for the given test case.
JavaScript
Console