Skip to content

Instantly share code, notes, and snippets.

@marko-knoebl
Created January 10, 2023 15:35
Show Gist options
  • Save marko-knoebl/1d15a9d14cdcfd3d63bb6d8e96c1e646 to your computer and use it in GitHub Desktop.
Save marko-knoebl/1d15a9d14cdcfd3d63bb6d8e96c1e646 to your computer and use it in GitHub Desktop.

chapter 1

  • JavaScript versions
  • arrow functions
  • spread operator (...)
  • ternary operator / conditional operator
  • let, const and var
  • higher-order functions
    • callbacks
    • array methods
      • forEach
      • sort
      • map
      • filter
      • reduce
  • HTTP
    • methods
    • header entries
    • body
  • fetch and asynchronous code
    • promises with async / await
    • promises with .then
    • creating custom promises
  • APIs
  • issue / bug trackers
  • (TypeScript)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment