Skip to content

Commit

Permalink
Update null-undefined.md
Browse files Browse the repository at this point in the history
  • Loading branch information
basarat committed Jan 10, 2019
1 parent 94a5a0d commit f14e167
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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`.
Expand Down

0 comments on commit f14e167

Please sign in to comment.