Find the Bug: Parameters in subtract function

The subtract function is supposed to subtract the second number from the first, but currently it returns the wrong result due to a small mistake. Fix the function so that subtract(10, 3) returns 7.
JavaScript
Console