Merge pull request #158 from donghoon-song/feature/fix-typo-in-assignment

[fix] typo in 2-js-basics/3-making-decisions/assignment
This commit is contained in:
Jen Looper
2021-01-04 12:46:46 -05:00
committed by GitHub

View File

@@ -23,9 +23,9 @@ Given the following array `allStudents` representing all students and their grad
```javascript ```javascript
let allStudents = [ let allStudents = [
'A', 'A',
'B-' 'B-',
1, 1,
4 4,
5, 5,
2 2
] ]