Question: question: write a function named greaterNum that: 1)takes 2 arguments, both numbers. 2)returns whichever number is the greater (higher) number. > Call that function 2
question: write a function named greaterNum that:
1)takes 2 arguments, both numbers.
2)returns whichever number is the greater (higher) number.
> Call that function 2 times with different number pairs, and log the
output to make sure it works (e.g. "The greater number of 5 and 10 is
10.").
Write the above function in java script in HMTL Code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
