Skip to content

Abdalla-10/js-exercise-if-I

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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 😀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.6%
  • JavaScript 23.4%