Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

187
Views
Best Run/Debug Configuration for plain JavaScript in WebStorm

I am new to JavaScript but already know Python. On https://onecompiler.com/javascript I can easily type JavaScript code such as

console.log("Hello World")

and it logs Hello World in the console.

However, I recently installed WebStorm , but I don't know what Run/Debug Configuration I should choose to start with (I just want to type plain JavaScript):

Run/Debug Configuration

The image shows a list of configurations, however, none of them are called just JavaScript. What should I choose to just type plain JavaScript and be able to run the code?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

For plain javascript the right configuration is Node.js. WebStorm auto-creates it for you when you right-click a .js file and choose Run or Debug.

If you javaScript code is supposed to be run in browser, you need creating *.html file that will be used as your app entry point, link your javascript to this file with the <script> tag and then use either Run or Debug from .html file right-click menu - the corresponding JavaScript Debug run configuration will be created and started.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!