JavaScript is one of the most popular programming languages, and it has become increasingly powerful since the introduction of ES6 in 2014. This project is designed to help you learn the fundamental concepts of JavaScript, including Variables & Data Types, Operators & Equality, Logic & Control Flow, and Functions.
For More Information on JavaScript heads to javascript.md
- Source Code Editor For Web Development
- Getting Started with Visual Studio Code for JavaScript and Web Development
- Guide: Getting Started with Chrome and Developer Tools for JavaScript Web Development
This project is designed to be used with Visual Studio Code, a popular code editor. You should also install the following Visual Studio Code extensions and Change the settings for a better coding experience.
In this section, you will learn about:
- Variables
- Data Types (Strings, Numbers, Booleans, Null, Undefined, Objects)
- Statically vs. Dynamically Typed Languages
This section covers:
- Arithmetic Operators
- Comparison Operators and Equality
- Strict vs. Loose Equality
- Logical Operators
- Assignment Operators
In this section, you will explore:
- If Statements
- Truthy and Falsy Values
- Logical Operators (Part 2)
- Switch Statement
- Ternary Operator
- Loops (While and For)
This section focuses on:
- Declaring and Invoking Functions
- Function Return
- Arrow Functions
- Parameters vs. Arguments
If you have any suggestions or find any issues, feel free to open a new issue or submit a pull request.
Thanks for reading! If you have any questions, feel free to reach out through GitHub.
For More Information heads to GitHub Folder.
This project is licensed under the MIT License.