Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 403 Bytes

Javascript Challenge - Find the largest of two number💪🏾

Your Task 😃:
  1. Create two varaibles x and y each ones value shall be a number of you choice
  2. Create an if statement to see which one of the numbers is larger than the other
Example 😃:

if x value is 10 and y value is 12 the if statement shall console log that '12 is greater than 10'

Good Luck 😀