Skip to content

Instantly share code, notes, and snippets.

@rauschma
Last active August 18, 2019 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rauschma/a6e819538a30749d4cb23823a269b4de to your computer and use it in GitHub Desktop.
Save rauschma/a6e819538a30749d4cb23823a269b4de to your computer and use it in GitHub Desktop.

Update of “JavaScript for impatient programmers”

This update completes the ES2019 edition of this book. In addition to many small improvements, it brings the following changes:

  • Chapter “The big picture”
    • New section “Polyfills: new features on older platforms”
  • Chapter “Variables and assignment”:
    • Rewritten section “Global variables and the global object”
  • Chapter ”Booleans”:
    • Major rewrite of section “Falsy and truthy values”
    • Partially new section “Truthiness-based existence checks”
  • Chapter “Control flow statements”:
    • New section “Boolean conditions of control flow statements”
  • Chapter “Modules”:
    • New/rewritten section “Named exports and imports”
    • New/rewritten section “Default exports and imports”
  • Chapter “Dates”:
    • Complete rewrite of section “Time standards”
    • Complete rewrite of section “Creating Dates”
    • Several other small improvements across the chapter

Free to read at the usual location: https://exploringjs.com/impatient-js/toc.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment