reworded sentence in 05-types article.md
This commit is contained in:
parent
144a2fe6c3
commit
1b2755e9ec
2 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,7 @@ let x;
|
|||
alert(x); // shows "undefined"
|
||||
```
|
||||
|
||||
Technically, it is possible to assign any variable to `undefined`:
|
||||
Technically, it is possible to assign `undefined` to any variable:
|
||||
|
||||
```js run
|
||||
let x = 123;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue