Skip to content

Commit 7778c19

Browse files
authored
Merge pull request lydiahallie#341 from regchiu/master
Correct No.140 question
2 parents bb6ab92 + 216914d commit 7778c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4535,7 +4535,7 @@ In ES2020, we can add private variables in classes by using the `#`. We cannot a
45354535
45364536
---
45374537
4538-
###### 140. What's the output?
4538+
###### 140. What's missing?
45394539
45404540
```javascript
45414541
const teams = [

en-EN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4535,7 +4535,7 @@ In ES2020, we can add private variables in classes by using the `#`. We cannot a
45354535
45364536
---
45374537
4538-
###### 140. What's the output?
4538+
###### 140. What's the missing?
45394539
45404540
```javascript
45414541
const teams = [

0 commit comments

Comments
 (0)