There was an error while loading. Please reload this page.
1 parent 94a5a0d commit f14e167Copy full SHA for f14e167
docs/javascript/null-undefined.md
@@ -1,4 +1,7 @@
1
## Null and Undefined
2
+
3
+> [Free youtube video on the subject](https://www.youtube.com/watch?v=kaUfBNzuUAI)
4
5
JavaScript (and by extension TypeScript) has two bottom types : `null` and `undefined`. They are *intended* to mean different things:
6
7
* Something hasn't been initialized : `undefined`.
0 commit comments