Skip to content

Latest commit

 

History

History

HelloLog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

HelloLog

This recipe shows how to run a simple "Hello world!" program in either the node.js or web browser console.

Expected Behavior:

Node.js

Prints "Hello world!" to console.

Browser

Prints "Hello world!" to console when the page is loaded.

Make sure to open the console with dev tools first, then reload/refresh the page.