Looking for an IDE that works like FCC with instant results

I find it really helpful how FCC coding areas work, how they throw errors/update live without pressing run. How do I get an IDE to do this?
Looking for JavaScript.

You could use Visual Studio Code with the Live Server enabled. Then you only need to save and you get live result.