You're viewing old version number 3. - Current version

Learning Node.JS Programming

April 2014 - Better late than never, but I should have begun this process a few months ago.

Hello World at Command Prompt

Open up a text file and enter:

// Call the console.log function.
console.log("Hello World");

Save file as test1.js and then at the command prompt, execute:
node test1.js

Obviously, that produces:
Hello World

#nodejs - #programming - #javascript - #howto

From JR's : articles
72 words - 843 chars
created on
updated on - #
source - versions

Related articles
Learning Node.JS Programming - Nov 10, 2014
App idea to learn new code - Mar 10, 2014
Links feb 25, 2017 - Feb 25, 2017
React Native - Nov 01, 2016
NodeJS for newbies - Nov 01, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Apr 29, 2024 - 10:19 p.m. EDT