mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-10 16:54:24 +02:00
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:
@@ -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
|
||||
]
|
||||
|
Reference in New Issue
Block a user