We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 144a2fe + 1b2755e commit 42ac7b0Copy full SHA for 42ac7b0
1-js/02-first-steps/05-types/article.md
@@ -162,7 +162,7 @@ let x;
162
alert(x); // shows "undefined"
163
```
164
165
-Technically, it is possible to assign any variable to `undefined`:
+Technically, it is possible to assign `undefined` to any variable:
166
167
```js run
168
let x = 123;
javascript-tutorial-en
@@ -0,0 +1 @@
1
+Subproject commit 2bbf6a91dc0f3039c11dda63c728127a94fc9c58
0 commit comments