I'm trying to get started with node.js, but I'm in no way an advanced programmer. And I've never used cmd other than to check my ip.
My problem is I don't know where to save the files, and how to run them from cmd with node. The tutorials I've found seem to assume I should know all this without explaining it, and jumps straight to the code.
So, how do I actually run something in node? This is what I've done sofar:
And this is where I'm stuck, how do I test this?
Save your files wherever you want and run them from the cmd
prompt as node yourfile.js
.