I'm currently in the process of learning Node via "Learnyounode". However, when testing some javascript files on my computer, anytime I try to run even a simple "Hello World"
console.log("Hello World");
It gives me an error returning
Error: 'console' is undefined.
Is this a problem with my Command prompt or an error on my system? do I need to re-install sometime for Javascript? my code works fine in my Browser console, but not in my local Command lines.
Any help would appreciated, Thanks in advance!