Skip to content

javascript crash course for late stage programming avoiders

Notifications You must be signed in to change notification settings

snippets-n-memes/js501

Repository files navigation

js501

# fetch is still considered "experimental" so use --no-warnings to suppress the experimental warning 
node --no-warnings fetch.js

steps:

  1. simple fetch
  2. async functions
  3. array functions
  4. object prototypes
    • everything is mutable
  5. file i/o
  6. command line arguments
  7. Where does JS end and Node begin?

About

javascript crash course for late stage programming avoiders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published