JS for impatient programmers > Print edition: ES2019 >

External links in “JavaScript for impatient programmers”

1. About this book (ES2019 edition)

  1. https://exploringjs.com/
  2. https://exploringjs.com/impatient-js/
  3. https://exploringjs.com/impatient-js/#buy
  4. http://francaye.net
  5. http://www.serendipity23editorial.com
  6. https://twitter.com/awbjs
  7. https://twitter.com/bmeurer
  8. https://twitter.com/bterlson
  9. https://twitter.com/littledan
  10. https://twitter.com/ljharb
  11. https://twitter.com/mathias
  12. https://twitter.com/MylesBorins
  13. https://twitter.com/robpalmer2
  14. https://twitter.com/simevidas
  15. https://twitter.com/jowe

2. FAQ: Book and supplementary material

  1. https://exploringjs.com/impatient-js/downloads/complete-toc.html
  2. https://exploringjs.com/impatient-js/#upgrades
  3. https://exploringjs.com/impatient-js/es2019/
  4. https://exploringjs.com/impatient-js/es2019/
  5. https://exploringjs.com/impatient-js/es2019/
  6. https://2ality.com/2018/04/type-notation-typescript.html

3. Why JavaScript? (bonus)

  1. https://github.com/tc39/proposal-javascript-standard-library
  2. https://www.npmjs.com
  3. https://developers.google.com/web/progressive-web-apps/
  4. https://electronjs.org
  5. https://facebook.github.io/react-native/
  6. https://nodejs.org/
  7. https://www.npmjs.com
  8. https://babeljs.io
  9. https://www.typescriptlang.org
  10. https://flow.org

4. The nature of JavaScript (bonus)

  1. https://github.com/tc39/proposal-binary-ast
  2. https://www.typescriptlang.org
  3. https://flow.org
  4. https://eslint.org
  5. https://prettier.io

5. History and evolution of JavaScript

  1. https://github.com/tc39/tc39-notes/
  2. https://github.com/tc39/proposals
  3. https://github.com/tc39/proposals/blob/master/finished-proposals.md

6. FAQ: JavaScript

  1. http://kangax.github.io/compat-table/es5/
  2. https://twitter.com/kangax
  3. https://twitter.com/webbedspace
  4. https://twitter.com/zloirock
  5. https://node.green
  6. https://twitter.com/williamkapke
  7. https://developer.mozilla.org/en-US/docs/Web/JavaScript
  8. https://caniuse.com/

7. The big picture

  1. https://developer.mozilla.org/en-US/
  2. https://nodejs.org/en/docs/
  3. https://exploringjs.com
  4. http://speakingjs.com/
  5. https://exploringjs.com/es6.html
  6. https://exploringjs.com/es2016-es2017.html

8. Syntax

  1. https://prettier.io
  2. https://eslint.org
  3. https://eslint.org/docs/rules/semi
  4. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode

9. Consoles: interactive JavaScript command lines

  1. https://developer.apple.com/safari/tools/
  2. https://developers.google.com/web/tools/chrome-devtools/console/
  3. https://docs.microsoft.com/en-us/microsoft-edge/devtools-guide/console
  4. https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Opening_the_Web_Console
  5. https://babeljs.io/repl
  6. https://developer.mozilla.org/en-US/docs/Web/API/console
  7. https://nodejs.org/api/console.html

10. Assertion API

  1. https://nodejs.org/api/assert.html#assert_strict_mode
  2. https://nodejs.org/api/assert.html

11. Getting started with quizzes and exercises

  1. https://github.com/avajs/ava

12. Variables and assignment

  1. http://speakingjs.com/es5/ch16.html
  2. https://2ality.com/2019/08/global-this.html#window-proxy
  3. https://exploringjs.com/es6/ch_classes.html#_private-data-via-constructor-environments

13. Values

  1. https://en.wikipedia.org/wiki/Evaluation_strategy#Call_by_sharing

14. Operators

  1. https://tc39.github.io/ecma262/#sec-abstract-equality-comparison
  2. http://speakingjs.com/es5/ch09.html#comma_operator
  3. http://speakingjs.com/es5/ch09.html#void_operator

15. The non-values undefined and null

  1. https://tc39.github.io/ecma262/#sec-null-value
  2. https://en.wikipedia.org/wiki/Option_type

17. Numbers

  1. https://2ality.com/2019/08/remainder-vs-modulo.html
  2. https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html
  3. https://docs.python.org/3/library/decimal.html
  4. https://github.com/tc39/proposals/blob/master/stage-0-proposals.md

18. Math

  1. https://github.com/Microsoft/TypeScript/blob/master/lib/
  2. https://developer.mozilla.org/en-US/docs/Web/JavaScript
  3. https://tc39.github.io/ecma262/

19. Unicode – a brief introduction (advanced)

  1. https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-single-module-script
  2. https://unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries
  3. https://manishearth.github.io/blog/2017/01/14/stop-ascribing-meaning-to-unicode-code-points/

20. Strings

  1. https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Intl
  2. https://github.com/tc39/proposal-intl-segmenter
  3. https://unicode.org/reports/tr15/
  4. https://github.com/Microsoft/TypeScript/blob/master/lib/
  5. https://developer.mozilla.org/en-US/docs/Web/JavaScript
  6. https://tc39.github.io/ecma262/

21. Using template literals and tagged templates

  1. https://handlebarsjs.com
  2. https://github.com/Polymer/lit-html
  3. https://www.polymer-project.org/
  4. https://github.com/rauschma/re-template-tag
  5. https://github.com/apollographql/graphql-tag
  6. https://github.com/dmnd/dedent

23. Control flow statements

  1. https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt

24. Exception handling

  1. https://tc39.github.io/ecma262/#sec-native-error-types-used-in-this-standard

25. Callable values

  1. https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP

27. Modules

  1. https://requirejs.org
  2. https://semver.org
  3. https://docs.npmjs.com/files/package.json
  4. https://docs.npmjs.com/files/package.json#name
  5. https://nodejs.org/api/esm.html
  6. https://github.com/tc39/proposal-import-meta
  7. https://nodejs.org/api/url.html#url_class_url
  8. https://nodejs.org/api/fs.html#fs_fs_promises_api
  9. https://nodejs.org/api/url.html
  10. https://remysharp.com/2010/10/08/what-is-a-polyfill
  11. https://remysharp.com/2010/10/08/what-is-a-polyfill
  12. https://en.wikipedia.org/wiki/Paris_Las_Vegas
  13. https://www.w3.org/2001/tag/doc/polyfills/

28. Single objects

  1. https://eslint.org/docs/rules/no-invalid-this
  2. https://tc39.github.io/ecma262/#sec-ordinaryownpropertykeys
  3. https://underscorejs.org
  4. https://underscorejs.org/#pick
  5. https://underscorejs.org/#invert
  6. https://github.com/es-shims/Object.fromEntries
  7. http://speakingjs.com/es5/ch17.html#property_attributes

29. Prototype chains and classes

  1. https://github.com/tc39/proposal-class-fields
  2. https://exploringjs.com/es6/ch_classes.html#sec_private-data-for-classes

31. Arrays (Array)

  1. https://tc39.github.io/ecma262/#integer-index
  2. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
  3. https://github.com/Microsoft/TypeScript/blob/master/lib/
  4. https://developer.mozilla.org/en-US/docs/Web/JavaScript
  5. https://tc39.github.io/ecma262/

32. Typed Arrays: handling binary data (Advanced)

  1. https://www.khronos.org/registry/typedarray/specs/1.0/
  2. http://www.html5rocks.com/en/tutorials/webgl/typed_arrays/#toc-history
  3. http://www.html5rocks.com/en/tutorials/webgl/typed_arrays/#toc-history
  4. https://en.wikipedia.org/wiki/Endianness

33. Maps (Map)

  1. http://www.ecma-international.org/ecma-262/6.0/#sec-samevaluezero
  2. https://github.com/Microsoft/TypeScript/blob/master/lib/

34. WeakMaps (WeakMap)

  1. https://github.com/tc39/tc39-notes/blob/master/meetings/2014-11/nov-19.md#412-should-weakmapweakset-have-a-clear-method-markm

36. WeakSets (WeakSet)

  1. https://mail.mozilla.org/pipermail/es-discuss/2015-June/043027.html

38. Synchronous generators (advanced)

  1. https://nodejs.org/en/docs/
  2. https://exploringjs.com/es6/ch_generators.html

39. Asynchronous programming in JavaScript

  1. http://rauschma.github.io/async-examples/blocking.html
  2. https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API
  3. https://vimeo.com/96425312
  4. https://www.w3.org/TR/html5/webappapis.html#event-loops

40. Promises for asynchronous programming

  1. https://fetch.spec.whatwg.org/#fetch-api
  2. http://blog.izs.me/post/59142742143/designing-apis-for-asynchrony
  3. https://exploringjs.com/es6/ch_promises.html#_timing-out-via-promiserace
  4. https://exploringjs.com/es6/ch_promises.html#sec_demo-promise

43. Regular expressions (RegExp)

  1. http://www.unicode.org/versions/Unicode9.0.0/ch03.pdf
  2. https://unicode.org/reports/tr44/#Properties

44. Dates (Date)

  1. https://momentjs.com
  2. https://github.com/iamkun/dayjs
  3. https://moment.github.io/luxon/
  4. https://js-joda.github.io/js-joda/
  5. https://github.com/date-fns/date-fns
  6. https://inventi.studio/en/blog/why-you-shouldnt-use-moment-js
  7. https://github.com/maggiepint/proposal-temporal
  8. https://www.timeanddate.com/time/gmt-utc-time.html
  9. https://www.timeanddate.com/time/zones/z
  10. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl

45. Creating and parsing JSON (JSON)

  1. http://json.org/
  2. https://www.ecma-international.org/publications/standards/Ecma-404.htm
  3. https://web.archive.org/web/20190308024153/https://plus.google.com/+DouglasCrockfordEsq/posts/RK8qyGVaGSr

46. Next steps: overview of web development (bonus)

  1. https://developers.google.com/web/progressive-web-apps/checklist
  2. https://developer.mozilla.org/en-US/docs/Learn
  3. https://webassembly.org
  4. https://arxiv.org/abs/1901.09056
  5. https://github.com/WebAssembly/WASI
  6. http://lisperator.net/uglifyjs/
  7. https://github.com/babel/minify
  8. https://github.com/terser-js/terser
  9. https://developers.google.com/closure/compiler/
  10. https://medium.com/@asyncmax/the-right-way-to-bundle-your-assets-for-faster-sites-over-http-2-437c37efe3ff
  11. https://yarnpkg.com/en/
  12. https://github.com/pnpm/pnpm
  13. https://github.com/facebook/immutable-js/
  14. https://github.com/mweststrate/immer
  15. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
  16. https://graphql.org/