diff --git a/docs/javascript/null-undefined.md b/docs/javascript/null-undefined.md index 3e1478bad..1fb3480fa 100644 --- a/docs/javascript/null-undefined.md +++ b/docs/javascript/null-undefined.md @@ -1,4 +1,7 @@ ## Null and Undefined + +> [Free youtube video on the subject](https://www.youtube.com/watch?v=kaUfBNzuUAI) + JavaScript (and by extension TypeScript) has two bottom types : `null` and `undefined`. They are *intended* to mean different things: * Something hasn't been initialized : `undefined`.