2.1 Introduction to JavaScript, Variable and Datatype, Operators, Conditional Statement, Iterational Statement
Javascript is an evergreen language with so many features, right now It is the backbone of web development in the world. In the whole course we are going to learn about this versatile language
Lets start with Introduction,
Introduction to JavaScript
How to Run JavaScript
There are several ways to implement JavaScript
1. Inside markup with a script tag
2. In Browser
3. External Javascript
Lets see each step one by one.
Learn about the Variables and data types in JavaScript.
Operators in JavaScript
Conditional statements in JavaScript like If-else and switch statement
Iterational Statement in JavaScript like For loop,while loop and do-while loop