In our last session, We had discussed about Installation required in order to work with Javascript. In this session, We are going to write our first Javascript Program. So, We need an IDE to write Javascript Program, and we are going to use 2 types of IDEs for writing Javascript Programs.
So, Let’s launch VS Code and write our first program there.
Steps
Console.log("Hello World")
Console.log("QA Peddia")
Console.log("Hello Javascript")
Now, Let’s launch Online IDE Replit and write our first program there.
Steps
Console.log("Hello World")
Console.log("QA Peddia")
Console.log("Hello Javascript")
We have discussed about
Objects, Classes and Constructor in Javascript Classes and Objects A class in any programming language…
We will start from object oriented programming basics like What are different concepts in Object…
Why we can not over ride a Constructor This is a very important question, that,…
What is Arrow Function In the last session, We had discussed about Anonymous Function. Anonymous…
What is Anonymous Function Anonymous Function is a type of function which has no name…
What is Map, Reduce and Filter Map Filter and Reduce are higher order methods for…