Skip to content

Commit f14e167

Browse files
authored
Update null-undefined.md
1 parent 94a5a0d commit f14e167

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/javascript/null-undefined.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Null and Undefined
2+
3+
> [Free youtube video on the subject](https://www.youtube.com/watch?v=kaUfBNzuUAI)
4+
25
JavaScript (and by extension TypeScript) has two bottom types : `null` and `undefined`. They are *intended* to mean different things:
36

47
* Something hasn't been initialized : `undefined`.

0 commit comments

Comments
 (0)