A very simple program to show a message hello world using NodeJS.
My email address are the following jakerpomperada@gmail.com and jakerpomperada@yahoo.com.
My mobile number here in the Philippines is 09173084360.
Thank you.
/* Hello World in NodeJs */
/* July 30, 2017 Sunday */
/* Written By: Mr. Jake R. Pomperada */
console.log('\n');
console.log('Hello World in NodeJS');
console.log('\n');
console.log('End of Program');
My email address are the following jakerpomperada@gmail.com and jakerpomperada@yahoo.com.
My mobile number here in the Philippines is 09173084360.
Thank you.
Sample Program Output
Program Listing
/* Hello World in NodeJs */
/* July 30, 2017 Sunday */
/* Written By: Mr. Jake R. Pomperada */
console.log('\n');
console.log('Hello World in NodeJS');
console.log('\n');
console.log('End of Program');
No comments:
Post a Comment