Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1078851

Browse files
committed
mistake review
1 parent 8121282 commit 1078851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week1/REVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ How does this work in practice?
173173
1 != 2 // -> true
174174
5 === 5 // -> true
175175
9 === '9' // -> false
176-
3 !== 3 // -> true
176+
3 !== 3 // -> false
177177
3 !== '3' // -> true
178178
```
179179

0 commit comments

Comments
 (0)