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

This commit is contained in:
Donghoon Song
2021-01-04 23:02:10 +09:00
parent d1c9283e1d
commit 510747f255

View File

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