Where’s the Best Place to Run JavaScript?

0
6
Asked By CreativeBear91 On

I'm struggling to figure out the best way to run JavaScript, especially since I'm using Notepad++. Is there a better approach? Also, can I use different applications for building one website? For instance, I'm considering using Notepad++ for HTML and CSS but want to know if I can use something else for JavaScript.

1 Answer

Answered By TechWhiz333 On

You might want to try running JavaScript directly in your browser! Most browsers have a built-in console you can use. For development overall, Visual Studio Code (VS Code) is a great choice too, especially for beginners. It’s more versatile than Notepad++ for running and designing code. Also, if you’re interested in a typed language, consider looking into TypeScript!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.