Any way to check my code?

Hello my fellow coders! I have recently started on my basic algorithm scripting challenges. And I’ve come across a problem but I don’t have any way of running some of my code? Is there any way I can test out my code?

repl.it is my favorite site for things like this (and probably my favorite site in general). You can run code in many languages there, including javascript. Good luck!

1 Like

Thank you! Much help :+1:

You can also run your code in your browser. In chrome you open up the console and paste your code there. Or maybe JSfiddle which is an online editor for JS.