I'm a beginner at trying to learn web development. I currently downloaded node from the nodejs.org website and also downloaded Sublime Text 3 from the website as well.
My code for sublime is as follows:
$ node
console.log("Who's you're daddy?");
When I try to run it on node.js I get an error that says:
"Syntax Error, Unexpected Identifier."
This is literally step one and I'm already messing up. How have I set this up wrong?