pull/53/head
Asabeneh 5 years ago
parent 5b8c908f7e
commit 5a2dae3c13

@ -443,7 +443,7 @@ console.log(firstName); //not defined, because it is not assigned to a value yet
Null in JavaScript means an empty value.
```js
let emptyValue = nulll
let emptyValue = null
```
## Checking Data types

Loading…
Cancel
Save