OK, so I installed nodeJS and I am using WAMP. I go to CMD and type node. It works. Here’s my problem:

As you can see, it it does not.. when I try to test hello.js. I am a complete newb… please help me out here?
However, I do know PHP and JavaScript… but it’s just that nodeJS is… not so nice.
you trying to start hello.js from node REPL (read-evaluate-print console ). Just exit from REPL (double ctrl+c) and type in shell command prompt “node hello.js”