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"
|
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
|
```js run
|
||||||
let x = 123;
|
let x = 123;
|
||||||
|
|
1
javascript-tutorial-en
Submodule
1
javascript-tutorial-en
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2bbf6a91dc0f3039c11dda63c728127a94fc9c58
|
Loading…
Add table
Add a link
Reference in a new issue