Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 307 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 307 Bytes

SCORE REPORT APP

This repo contains the exercise of how to use Javascript IF, ELSE IF, and ELSE.

The application in this repo should print:

  • 'Excellent', if score is HIGHER THAN 80
  • 'Good Job' if score is IN THE RANGE OF 60 UNTIL 80 (60 and 80 is included)
  • 'Don't give up' if score is BELOW 60