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
Buyuk Oduller ve Eglence Bonanza Sweet Slotunda
Difference between Functions and Methods in Javascript Before discussing the difference between a function and…
In JavaScript, an object is a data structure that allows you to store collections of…
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,…