Hello, World!
Every programming journey starts with Hello, World!
console.log("Hello, World!");Open your terminal, navigate to your project folder, and run:
node index.jsYou should see Hello, World! printed to the console.
Every programming journey starts with Hello, World!
console.log("Hello, World!");Open your terminal, navigate to your project folder, and run:
node index.jsYou should see Hello, World! printed to the console.
No comments yet. Be the first to ask a question!
Sign in to join the discussion.