From 1b2755e9ec307a32660ed4df7197004aa0e6cddc Mon Sep 17 00:00:00 2001 From: Tom Gardner Date: Mon, 4 Sep 2017 18:54:24 +0200 Subject: [PATCH] reworded sentence in 05-types article.md --- 1-js/02-first-steps/05-types/article.md | 2 +- javascript-tutorial-en | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 javascript-tutorial-en diff --git a/1-js/02-first-steps/05-types/article.md b/1-js/02-first-steps/05-types/article.md index dd7a3481..3e2de60a 100644 --- a/1-js/02-first-steps/05-types/article.md +++ b/1-js/02-first-steps/05-types/article.md @@ -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; diff --git a/javascript-tutorial-en b/javascript-tutorial-en new file mode 160000 index 00000000..2bbf6a91 --- /dev/null +++ b/javascript-tutorial-en @@ -0,0 +1 @@ +Subproject commit 2bbf6a91dc0f3039c11dda63c728127a94fc9c58