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):
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?
