Introduction to Javascript + Setup

Introduction to Javascript + Setup

·

2 min read

What is a Programming?

If I say to you gimme a glass of water in Spanish language & you don't know Spanish language then what will you do with me. Won't you leave me? Of course, you will beat me, Right? Just as with computers, if you try to talk to a computer in Hindi, English or your mother language, the computer will beat you by using Errors. That's why everyone says Programming is a way to talk to a computer. If you don't use programming then the computer will be started beating you with Errors & you will be hitting with Stick.

How to execute Javascript?

There are primary three ways to execute Javascript:-

First way :) Javascript can be executed on the browser console.

Second Way :) Execute javascript on a run time after installing Node.js. https://nodejs.org/en/download

Third Way :) use <script> tag in HTML Document, but Only can be run on a browser console.

What is Code Editor?

Code Editor is just a way to organize code, but it is a real game changer. It gives us a perfect environment.

So in this course, I will use VS Code Editor, you can use any code editor.

Link To Install VS Code Editor: https://code.visualstudio.com/download

Who wants a complete set

tup VS code + Node.js

Here is a link to complete the setup

youtu.be/x_2sYpk75Ic

Today's Notes:

From Tomorrow we will start our javascript journey, stay tuned Fun is waiting for you.

If you have confusion & question: You can DM me on my Twitter, and I will try to fix that

Here Social Links:

Twitter: https://twitter.com/pycham_roman?t=sUHcgoFkPKPkwE8YlCe9rQ&s=08

Thank you so much guys for reading this article. & I will see you next time.