Skip to content

mustafacarab14/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 66.7%
  • JavaScript 33.3%