mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-13 10:14:50 +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
|
```javascript
|
||||||
let allStudents = [
|
let allStudents = [
|
||||||
'A',
|
'A',
|
||||||
'B-'
|
'B-',
|
||||||
1,
|
1,
|
||||||
4
|
4,
|
||||||
5,
|
5,
|
||||||
2
|
2
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user