Skip to content

Commit 42ac7b0

Browse files
authored
Merge pull request javascript-tutorial#165 from twgardner2/master
Reworded one sentence
2 parents 144a2fe + 1b2755e commit 42ac7b0

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)