Program to code and output Javascript

Hey guys
I am shure this question is already answered somewhere but I tried to find an solution for more than 3 days already so I just give it a try here.
I am looking for a program where I can write JavaScript and then the program shows mee the output of my code in an window.
Actually like it is on freeCodeCamp where it shows me the result of my code in the little window on the left.
Thanks a lot and sry if this was answered already

You can use Visual Studio editor and a plugin called QuokkaJS

https://quokkajs.com/

Have you tried repl.it?

2 Likes

Thanks Guys now I got it :slight_smile: