JS for impatient programmers > 印刷版: ES2019 >

「JavaScript for impatient programmers」の外部リンク

1. この本について (ES2019版)

  1. https://exploringjs.dokyumento.jp/
  2. https://exploringjs.dokyumento.jp/impatient-js/
  3. https://exploringjs.dokyumento.jp/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: 本と補足資料

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

3. なぜJavaScriptなのか? (ボーナス)

  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://electron.dokyumento.jp
  5. https://facebook.github.io/react-native/
  6. https://node.dokyumento.jp/
  7. https://www.npmjs.com
  8. https://babel.dokyumento.jp
  9. https://typescript.dokyumento.jp
  10. https://flow.dokyumento.jp

4. JavaScriptの本質 (ボーナス)

  1. https://github.com/tc39/proposal-binary-ast
  2. https://typescript.dokyumento.jp
  3. https://flow.dokyumento.jp
  4. https://eslint.org
  5. https://prettier.dokyumento.jp

5. 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.dokyumento.jp/

7. 全体像

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

8. 構文

  1. https://prettier.dokyumento.jp
  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. コンソール:インタラクティブなJavaScriptコマンドライン

  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://babel.dokyumento.jp/repl
  6. https://developer.mozilla.org/en-US/docs/Web/API/console
  7. https://node.dokyumento.jp/api/console.html

10. アサーションAPI

  1. https://node.dokyumento.jp/api/assert.html#assert_strict_mode
  2. https://node.dokyumento.jp/api/assert.html

11. クイズと練習問題を使って始める

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

12. 変数と代入

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

13. 値

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

14. 演算子

  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. 非値 undefinednull

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

17. 数値

  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 – 簡単な紹介 (高度)

  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. 文字列

  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. テンプレートリテラルとタグ付きテンプレートの使用

  1. https://handlebars.dokyumento.jp
  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. 制御フロー文

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

24. 例外処理

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

25. 呼び出し可能な値

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

27. モジュール

  1. https://requirejs.dokyumento.jp
  2. https://semver.org
  3. https://docs.npmjs.com/files/package.json
  4. https://docs.npmjs.com/files/package.json#name
  5. https://node.dokyumento.jp/api/esm.html
  6. https://github.com/tc39/proposal-import-meta
  7. https://node.dokyumento.jp/api/url.html#url_class_url
  8. https://node.dokyumento.jp/api/fs.html#fs_fs_promises_api
  9. https://node.dokyumento.jp/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. 単一のオブジェクト

  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. プロトタイプチェーンとクラス

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

31. 配列 (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. 型付き配列:バイナリデータの処理(高度)

  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. マップ (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. 同期ジェネレーター (高度)

  1. https://node.dokyumento.jp/en/docs/
  2. https://exploringjs.dokyumento.jp/es6/ch_generators.html

39. 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. 非同期プログラミングのためのPromise

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

43. 正規表現 (RegExp)

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

44. 日付 (Date)

  1. https://momentjs.dokyumento.jp
  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. 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. 次のステップ: Web開発の概要 (ボーナス)

  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.dokyumento.jp/