What is the best IDE for JavaScript? Or how can I run a JavaScript code on Notepad++ without mixing it with HTML? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is the best IDE for JavaScript? Or how can I run a JavaScript code on Notepad++ without mixing it with HTML?

19th Jun 2020, 10:49 AM
BTarget7
3 ответов
+ 1
If you want to run JavaScript without mixing it with HTML, you need Node, a powerful JavaScript runtime environment that brings JavaScript to multiple platforms Here it is https://nodejs.dev/ Also as regards IDE. I have only used a few but I prefer Jetbrains phpStorm. If you want something light-weight try Adobe Brackets There are many other great ones out there that I have never used like WebStorm, Atom and PyCharm.
19th Jun 2020, 1:10 PM
Ore
Ore - avatar
+ 2
try atom , i think lts verty powerful tools
19th Jun 2020, 11:01 AM
Diya AbuZaid
Diya AbuZaid - avatar
0
You can run JavaScript code in browser console
19th Jun 2020, 12:31 PM
Gordon
Gordon - avatar