You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Define a function max() that takes two numbers as arguments and returns the largest of them. Use the if-then-else construct available in Javascript. </li>