[fix] typo in 2-js-basics/3-making-decisions/assignment

pull/158/head
Donghoon Song 4 years ago
parent d1c9283e1d
commit 510747f255

@ -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
] ]

Loading…
Cancel
Save