mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): correct grammar in JavaScript review comment (#65292)
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ const score = 87;
|
||||
if (score >= 90) {
|
||||
console.log('You got an A');
|
||||
} else if (score >= 80) {
|
||||
console.log('You got a B'); // You got an B
|
||||
console.log('You got a B'); // You got a B
|
||||
} else if (score >= 70) {
|
||||
console.log('You got a C');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user