Skip to content

Commit

Permalink
day 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jan 10, 2020
1 parent 5b8c908 commit 5a2dae3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion readMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a2dae3

Please sign in to comment.