Fix the code in the code tab to pass this challenge (only syntax errors). Look at the examples below to get an idea of what the function should do.
maxNum(3, 7) ➞ 7 maxNum(-1, 0) ➞ 0 maxNum(1000, 400) ➞ 1000