reworded sentence in 05-types article.md

This commit is contained in:
Tom Gardner 2017-09-04 18:54:24 +02:00
parent 144a2fe6c3
commit 1b2755e9ec
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