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

[fix] typo in 2-js-basics/3-making-decisions/assignment
pull/163/head
Jen Looper 4 years ago committed by GitHub
commit 524b2f032d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save