30-Days-Of-JavaScript
30-Days-Of-JavaScript copied to clipboard
Fixed Critical Typographical Issues - Day 4 Exercises
In Exercises: Level 2, a task asks for a code that returns grades according to students' scores. Two ranges overlap (80-100 A, 10-89 B) which may cause errors when returning a result.
Changes applied:
-
89 -> 79
-
theirs -> their
-
Added appropriate punctuations.
-
Deleted extra blank space.