JavaScript if else Statement Exercises - HTML5ANDCSS3
Grade a score — practice exercise
PRACTICE
Given the score stored in `score`, write an if/else if/else chain that sets #result to "A" (90+), "B" (80-89), or "C" (below 80). With score = 87, the result should read "B".