From 4c36d07f6affd9c72844ae6cdb1e21b69062b8d8 Mon Sep 17 00:00:00 2001 From: Markus Amalthea Magnuson Date: Mon, 15 Apr 2013 10:06:19 +0200 Subject: [PATCH 1/3] Punctuation goes inside quotation marks. --- page/javascript-101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/javascript-101.md b/page/javascript-101.md index 66abdea7..ffbf2489 100644 --- a/page/javascript-101.md +++ b/page/javascript-101.md @@ -14,7 +14,7 @@ customFields: So you want to unlock the power of jQuery to make the web a better place? Awesome, but there are a few things you should know about JavaScript first. -Introduced at the dawn of the web, [JavaScript](http://en.wikipedia.org/wiki/JavaScript) is a powerful and expressive language that runs inside the browser in conjunction with HTML and CSS. Based on an open standard called [ECMAScript](http://en.wikipedia.org/wiki/ECMAScript), JavaScript has quickly become the "programming language of the web". All the power of jQuery is accessed via JavaScript, so needless to say, it's an important language to learn. Having a basic knowledge of JavaScript will go a long way in understanding, structuring and debugging your code. +Introduced at the dawn of the web, [JavaScript](http://en.wikipedia.org/wiki/JavaScript) is a powerful and expressive language that runs inside the browser in conjunction with HTML and CSS. Based on an open standard called [ECMAScript](http://en.wikipedia.org/wiki/ECMAScript), JavaScript has quickly become the "programming language of the web." All the power of jQuery is accessed via JavaScript, so needless to say, it's an important language to learn. Having a basic knowledge of JavaScript will go a long way in understanding, structuring and debugging your code. This guide covers the foundational concepts of JavaScript, as well as frequent pitfalls developers fall into during their first foray into the language. When possible, we'll relate the JavaScript you learn here to how it's applied in jQuery. From adae1094b09d1c9cc88c1e64c556b2631d2b0830 Mon Sep 17 00:00:00 2001 From: Markus Amalthea Magnuson Date: Mon, 15 Apr 2013 10:06:44 +0200 Subject: [PATCH 2/3] Oxford comma. --- page/javascript-101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/javascript-101.md b/page/javascript-101.md index ffbf2489..61414288 100644 --- a/page/javascript-101.md +++ b/page/javascript-101.md @@ -14,7 +14,7 @@ customFields: So you want to unlock the power of jQuery to make the web a better place? Awesome, but there are a few things you should know about JavaScript first. -Introduced at the dawn of the web, [JavaScript](http://en.wikipedia.org/wiki/JavaScript) is a powerful and expressive language that runs inside the browser in conjunction with HTML and CSS. Based on an open standard called [ECMAScript](http://en.wikipedia.org/wiki/ECMAScript), JavaScript has quickly become the "programming language of the web." All the power of jQuery is accessed via JavaScript, so needless to say, it's an important language to learn. Having a basic knowledge of JavaScript will go a long way in understanding, structuring and debugging your code. +Introduced at the dawn of the web, [JavaScript](http://en.wikipedia.org/wiki/JavaScript) is a powerful and expressive language that runs inside the browser in conjunction with HTML and CSS. Based on an open standard called [ECMAScript](http://en.wikipedia.org/wiki/ECMAScript), JavaScript has quickly become the "programming language of the web." All the power of jQuery is accessed via JavaScript, so needless to say, it's an important language to learn. Having a basic knowledge of JavaScript will go a long way in understanding, structuring, and debugging your code. This guide covers the foundational concepts of JavaScript, as well as frequent pitfalls developers fall into during their first foray into the language. When possible, we'll relate the JavaScript you learn here to how it's applied in jQuery. From 910eafc41e879a2322c3bfeaf171af52d31ff752 Mon Sep 17 00:00:00 2001 From: Markus Amalthea Magnuson Date: Mon, 15 Apr 2013 10:07:23 +0200 Subject: [PATCH 3/3] Just some space. --- page/javascript-101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/javascript-101.md b/page/javascript-101.md index 61414288..ba6a4763 100644 --- a/page/javascript-101.md +++ b/page/javascript-101.md @@ -20,4 +20,4 @@ This guide covers the foundational concepts of JavaScript, as well as frequent p If you have experience with other programming languages, good for you! If not, don't worry. We'll take it slow and teach you everything you need to know to unlock the power of jQuery with JavaScript. -##Table of Contents \ No newline at end of file +## Table of Contents