# fetch is still considered "experimental" so use --no-warnings to suppress the experimental warning
node --no-warnings fetch.js
steps:
- simple fetch
- object literal
- classes (Yuck!)
- async functions
- js is single threaded
- IIFE (Immediately invoked function expression)
- array functions
- object prototypes
- everything is mutable
- file i/o
- json is easy to require
- exporting/importing from a local file
- command line arguments
- Where does JS end and Node begin?