Merge pull request #165 from twgardner2/master

Reworded one sentence
This commit is contained in:
Ilya Kantor 2017-09-08 18:18:54 +02:00 committed by GitHub
commit 42ac7b0f20
2 changed files with 2 additions and 1 deletions

View file

@ -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;

@ -0,0 +1 @@
Subproject commit 2bbf6a91dc0f3039c11dda63c728127a94fc9c58