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.
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.
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.