Skip to content

Commit 1b2755e

Browse files
committed
reworded sentence in 05-types article.md
1 parent 144a2fe commit 1b2755e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ let x;
162162
alert(x); // shows "undefined"
163163
```
164164

165-
Technically, it is possible to assign any variable to `undefined`:
165+
Technically, it is possible to assign `undefined` to any variable:
166166

167167
```js run
168168
let x = 123;

javascript-tutorial-en

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 2bbf6a91dc0f3039c11dda63c728127a94fc9c58

0 commit comments

Comments
 (0)