mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): added additional tip for building a gradebook app (#59794)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
+2
-1
@@ -7,7 +7,7 @@ dashedName: step-2
|
||||
|
||||
# --description--
|
||||
|
||||
Now the teacher needs your help converting the student score to a letter grade.
|
||||
Now the teacher needs your help converting the student score to a letter grade.
|
||||
|
||||
Complete the `getGrade` function that takes a number `score` as a parameter. Your function should return a string representing a letter grade based on the score.
|
||||
|
||||
@@ -27,6 +27,7 @@ Here are the scores and their corresponding letter grades:
|
||||
|
||||
- Remember that you learned about conditional statements (`if`, `else if`, and `else`).
|
||||
- Remember that you learned about comparison operators (`>`, `<`, `>=`, `<=`, `===`).
|
||||
- Remember that you learned about the logical AND operator (`&&`).
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user