We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a308b80 commit c4207e0Copy full SHA for c4207e0
docs/javascript/awful.md
@@ -9,7 +9,7 @@ Here are some awful (misunderstood) parts of JavaScript that you must know.
9
Fact is you will need to deal with both. Just check for either with `==` check.
10
11
```ts
12
-/// Image you are doing `foo.bar == undefined` where bar can be one of:
+/// Imagine you are doing `foo.bar == undefined` where bar can be one of:
13
console.log(undefined == undefined); // true
14
console.log(null == undefined); // true
15
console.log(0 == undefined); // false
0 commit comments