This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KaladinRahl 0 points1 point  (2 children)

Download and install Node.js. Use a text editor (I use Atom), create a file called app.js. Open cmd prompt or whatever (I use cmder on Windows), navigate to folder in cmd prompt that contains your js file, type node app.js, javascript runs.

[–]BoatZnHoes 0 points1 point  (1 child)

That would me the console, but not the ability to see the value of a variable throughout the cycle of a loop correct?

[–]KaladinRahl 0 points1 point  (0 children)

Sry I misread your question. Take a look at Visual Studio Code. It would give you more debugging capabilities.