Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 349 Bytes

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.