From 568aea1e27176cf1166422dd8f29c5309acb4f22 Mon Sep 17 00:00:00 2001 From: Jeff Bothe Date: Mon, 7 Aug 2017 16:34:52 -0500 Subject: [PATCH 1/3] Grammar/usage/punctuation edits, Part 1, sections 2.1 - 2.8 --- 1-js/02-first-steps/01-hello-world/article.md | 6 ++-- 1-js/02-first-steps/02-structure/article.md | 8 ++--- 1-js/02-first-steps/03-strict-mode/article.md | 4 +-- 1-js/02-first-steps/04-variables/article.md | 26 +++++++------- 1-js/02-first-steps/05-types/article.md | 18 +++++----- .../06-type-conversions/article.md | 16 ++++----- 1-js/02-first-steps/07-operators/article.md | 36 +++++++++---------- 1-js/02-first-steps/08-comparison/article.md | 14 ++++---- 8 files changed, 64 insertions(+), 64 deletions(-) diff --git a/1-js/02-first-steps/01-hello-world/article.md b/1-js/02-first-steps/01-hello-world/article.md index 9ebbb029..e69a25f0 100644 --- a/1-js/02-first-steps/01-hello-world/article.md +++ b/1-js/02-first-steps/01-hello-world/article.md @@ -11,7 +11,7 @@ So first, let's see how to attach a script to a webpage. For server-side environ ## The "script" tag -JavaScript programs can be inserted in any place of HTML with the help of the `