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.