Skip to content

Commit 5a2dae3

Browse files
committed
day 10
1 parent 5b8c908 commit 5a2dae3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

readMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ console.log(firstName); //not defined, because it is not assigned to a value yet
443443
Null in JavaScript means an empty value.
444444

445445
```js
446-
let emptyValue = nulll
446+
let emptyValue = null
447447
```
448448

449449
## Checking Data types

0 commit comments

Comments
 (0)