Code editors for Javascript

Code editors for Javascript

If you are learning Javascript, then I assume that you are already coding in HTML and CSS.

You can use the same editor that you are using for your HTML and CSS coding.

You don't really have to learn a new code editor.

I personally use Visual Studio Code most of the time.

Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

It is the best code editor in my opinion.

It is free, fast, and has a lot of extensions that improve your programming experience.

Alternatively, you can also go with the free version of Sublime text. It is extremely lightweight and fast.

Sublime Text - the sophisticated text editor for code, markup and prose
Available on Mac, Windows and Linux

For the rest of the course, I will be using the Visual Studio Code editor and I will be providing a lot of tips along the way about how to master it for good.

In the next lesson, we will learn how to link Javascript code inside an HTML file.