From 95fef8efce88e2772790fd327225afa0d7201f1e Mon Sep 17 00:00:00 2001 From: renojvarghese Date: Fri, 15 Jun 2018 03:45:23 -0400 Subject: [PATCH] fixing grammatical and spelling errors in javascript intro (#169) Resolves https://github.com/freeCodeCamp/freeCodeCamp/issues/17520 I fixed the spelling of "arithemtic" to "arithmetic" Also, I found a misplaced modifier in "basic programming concepts in JavaScript, which range" The word "concepts" needs the modifier: "which" --- .../basic-javascript/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/learn/src/introductions/javascript-algorithms-and-data-structures/basic-javascript/index.md b/packages/learn/src/introductions/javascript-algorithms-and-data-structures/basic-javascript/index.md index 1ef0294ee0..e7a10f50b5 100644 --- a/packages/learn/src/introductions/javascript-algorithms-and-data-structures/basic-javascript/index.md +++ b/packages/learn/src/introductions/javascript-algorithms-and-data-structures/basic-javascript/index.md @@ -5,5 +5,4 @@ superBlock: JavaScript Algorithms and Data Structures --- ## Introduction to JavaScript -JavaScript is a high-level programming language that all modern web browsers support. It is also one of the core technologies of the web, along with HTML and CSS that you may have learned previously. This section will cover basic programming concepts in JavaScript, which range from variables and arithemtic to objects and loops. - +JavaScript is a high-level programming language that all modern web browsers support. It is also one of the core technologies of the web, along with HTML and CSS that you may have learned previously. This section will cover basic JavaScript programming concepts, which range from variables and arithmetic to objects and loops.