Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 100 Bytes

File metadata and controls

8 lines (7 loc) · 100 Bytes

JavaScript Basics (Node.js)

Run any file:

node 01_hello.js
# or
node filename.js