Skip to content

Ismail2hussein/grade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Javascript Challenge - Find the grade💪🏾

Your Task 😃:
  1. Create a variable grade and give it a value between 1 and 100
  2. Create an if statement that does the following
  • if grade is between 100 and 90 the if statement shall console log You got an A grade
  • if grade is between 90 and 75 the if statement shall console log You got an B grade
  • if grade is between 75 and 60 the if statement shall console log You got an C grade
  • if grade is less than 60 the if statement shall console log You got an FAILED

Good Luck 😀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.6%
  • JavaScript 49.4%