mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
430 B
430 B
date | id | title |
---|---|---|
2020-09-22 | e250130b-d112-4557-8ac1-77f40608d22c | Empty values |
Syntax
There are two special empty values, null & undefined that denote the absence of any meaningful value. They can be used interchangeably and are an accident of JavaScripts design.
console.log(null == undefined);