Setting Up the Development Environment

Integrated Development Environment (IDE) for Javascript

There are many Javascript editor exists. Lets review popular ones

1. Visual Studio Code

Visual Studio Code is one of the best JavaScript development editor. It also supports many other languages such as Node.js, TypeScript, C++, C#, Python, PHP etc. You can benefit from many great features syntax highlighting, IntelliSense, application debug with breakpoints, call stacks, and an interactive console. Being integrated with git and TFS will allow you to work with your team easily. This is definitely the one must be experienced.
https://code.visualstudio.com/download

2. Notepad ++

If you are a beginner and want to go for a simple approach for writing JavaScript programs, use a simple text editor like Notepad++.

It is free, open-source, and will work fine for JavaScript development.

Notepad++ is a general-purpose editor that supports highlights the syntax of JavaScript and HTML code. 
https://notepad-plus-plus.org

 

Additionally please download the nodejs from the below link. This will help us to download some libraries that we could use in our project.

https://nodejs.org/en/