Before reading this Javascript for Beginners blog post tutorials, you should have a basic knowledge of HTML and CSS for Front-End Developer roles.
In this post, I have listed all the links to start learning the basics of JavaScript, If you are a beginner you can follow step by step links given below.
I will use VS Code editor to demonstrate coding examples in all the blog posts.
Learn JavaScript – JavaScript for Beginners Guide (Basics)
- Best VS Code extensions to use
- Console.log() in Javascript and Developer Tools
- What is javascript and what are some javascript frameworks?
- Linking Javascript file in HTML
- Variables in Javascript
- Data Types in Javascript
- Difference Between Let, Const, and Var in Javascript
- Operators in Javascript (Basic Operators)
- Strings and Template Literals in Javascript
- If Else Statement in Javascript
- Type Conversion and Type Coercion in Javascript
- Truthy and Falsy Values in Javascript
- Difference between == and === (Equality Operators in Javascript)
- AND, OR, and NOT Operators in Javascript (Boolean Logic)