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"
This commit is contained in:
renojvarghese
2018-06-15 03:45:23 -04:00
committed by Mrugesh Mohapatra
parent 02b009fd42
commit 95fef8efce

View File

@ -5,5 +5,4 @@ superBlock: JavaScript Algorithms and Data Structures
--- ---
## Introduction to JavaScript ## 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.