◐ Shell
clean mode source ↗

GitHub - SaishJ/JavaScript-Beginner-to-Advanced: Complete Path to JavaScript Beginner to Advanced

What is JavaScript ?

JavaScript is a dynamic programming language that's used for web development, in web applications, for game development, and lots more. It allows you to implement dynamic features on web pages that cannot be done with only HTML and CSS. Many browsers use JavaScript as a scripting language for doing dynamic things on the web.

01- Variables

02- Data-Types

03- Operators

04- Logic and Control Flow

05- Functions

06- Tricky Concepts

07- Strings in Detail

08- Arrays in Detail

09- Objects in Detail

10- Date and Math Object

11- Value vs Reference

12- Document Object Model (DOM)

13- Classes, this, and new keyword

14- Asynchronous JavaScript

15- Modern JavaScript ES6