Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

JavaScript Primer

JavaScriptの入門書であるJavaScript Primer( https://jsprimer.net )を継続的に更新していくためのプロジェクトです。
Collective - Host: opensource - https://opencollective.com/jsprimer - Website: https://jsprimer.net/ - Code: https://github.com/asciidwango/js-primer

fix(prototype-object): fix

github.com/asciidwango/js-primer - 5a3aa9646066a0cec33ebb10cd1f830ff04c3067 authored almost 6 years ago by azu <[email protected]>
fix(prototype-object): 表記の修正

github.com/asciidwango/js-primer - a186f6a9b72c06935e216ebe8a16518ceb6ad517 authored almost 6 years ago by azu <[email protected]>
fix(prototype-object): 序文の説明を丁寧にする

github.com/asciidwango/js-primer - b9a11d1c4d773509b41941acf7b7071c404d85e9 authored almost 6 years ago by azu <[email protected]>
fix(object): まとめを修正

github.com/asciidwango/js-primer - 15e273bbedb1a1be48e5cee5dec06f02e9b15a2a authored almost 6 years ago by azu <[email protected]>
fix(object): rename function

github.com/asciidwango/js-primer - 27a155e6b4a5f34e6bdcc06cb8966d143516ffa1 authored almost 6 years ago by azu <[email protected]>
fix(object): fix comment

github.com/asciidwango/js-primer - aac642b6850e1ac22f4ca742341d719792ac0e0e authored almost 6 years ago by azu <[email protected]>
fix(object): 参照を追加

github.com/asciidwango/js-primer - d6b7ccd5dd86eb194ebfa22d90c971655003abc2 authored almost 6 years ago by azu <[email protected]>
fix(object): fix typo

github.com/asciidwango/js-primer - d9155abbf0104ba7f87f712216272a8914e541f6 authored almost 6 years ago by azu <[email protected]>
chore: add book.console

github.com/asciidwango/js-primer - 138f0ebb657bf743b65c4c2258ae2f0f223b58a5 authored almost 6 years ago by azu <[email protected]>
fix(loop): 常に括弧をつけるように

github.com/asciidwango/js-primer - 8a603522b5035754a0be26e9b8b06540a52ca1fa authored almost 6 years ago by azu <[email protected]>
fix(condition): add console.log

github.com/asciidwango/js-primer - ae7661e38f506d48c7724361a3d9b228d3995fa5 authored almost 6 years ago by azu <[email protected]>
fix(condition): 文字を開く

github.com/asciidwango/js-primer - 0cae6135a6dadcb27be480ab5fd696060490ff8e authored almost 6 years ago by azu <[email protected]>
fix(function-declaration): 文言の修正

github.com/asciidwango/js-primer - 63d304a35255daae90ecde932fa8ae19b89a3d8f authored almost 6 years ago by azu <[email protected]>
fix(implicit-coercion): add console.log

github.com/asciidwango/js-primer - a39e4e3dbf12d9218bba199b6f227ac743432006 authored almost 6 years ago by azu <[email protected]>
fix(function-declaration): add console.log

github.com/asciidwango/js-primer - bc1b4002a72295ada95ee3325e51b69b7d33e87a authored almost 6 years ago by azu <[email protected]>
chore(deps): update console ui

github.com/asciidwango/js-primer - a214d0278f59d47dad67e484762857dd54db8df6 authored almost 6 years ago by azu <[email protected]>
fix: disable commetを修正

github.com/asciidwango/js-primer - 6c136833937e494adc69be49ad6ee0a405243eb0 authored almost 6 years ago by azu <[email protected]>
fix: TODOを修正

github.com/asciidwango/js-primer - c3c7eccb7d6101e76504c6e4862bd5974ded74d5 authored almost 6 years ago by azu <[email protected]>
feat(repl): add screenshot

github.com/asciidwango/js-primer - edbf8dc2e810d0b898eded81d0801850e7be0f04 authored almost 6 years ago by azu <[email protected]>
fix(loop): までを追加

github.com/asciidwango/js-primer - cb67ec8612f39069cae77581ed1a1d455efb4311 authored almost 6 years ago by azu <[email protected]>
fix(loop): 合計の説明を修正

github.com/asciidwango/js-primer - 22e4b196c8490357edb55ccd4b2571fa267ad665 authored almost 6 years ago by azu <[email protected]>
fix(loop): ループのコメントを追加

github.com/asciidwango/js-primer - 5e1c1d61297e7a024a5cff65246407190cb40ef0 authored almost 6 years ago by azu <[email protected]>
Merge pull request #691 from nagahiro0918/fix-duplication

fix(string):文字列の重複を修正

github.com/asciidwango/js-primer - b2cb0ca2f60cb0eefbc6d71ba6e3f7691e1ff751 authored almost 6 years ago by azu <[email protected]>
fix(string):文字列の重複を修正

github.com/asciidwango/js-primer - 9942d736be8e47e3fe71fd41e42513920429154c authored almost 6 years ago by apahie <[email protected]>
Merge branch 'read-round-2019-03-12'

github.com/asciidwango/js-primer - 007fbae2a175da1ecb75bc990b8fafd3e9b6d772 authored almost 6 years ago by azu <[email protected]>
Merge pull request #689 from asciidwango/read-round-2019-03-12

refactor: preparation ~ data-type

github.com/asciidwango/js-primer - 6ccef543930f7f7513369f0a3d9c915981080f82 authored almost 6 years ago by azu <[email protected]>
feat(data-type): プリミティ型とオブジェクトを追加

fix #438
fix #674

github.com/asciidwango/js-primer - b2000789266f6bb7f81618f89822b9c1abe76928 authored almost 6 years ago by azu <[email protected]>
fix(data-type): 文字列のプリミティブ型について強調

github.com/asciidwango/js-primer - 9b4db897b8ee063608693480e565cc01aab351ce authored almost 6 years ago by azu <[email protected]>
feat(read-eval-print): 無のコンテンツを追加

github.com/asciidwango/js-primer - 2757fd099ce7802e45ffd02284fcfbe8b1648266 authored almost 6 years ago by azu <[email protected]>
fix(variable): 短縮

github.com/asciidwango/js-primer - c27c337a916cd7e07839342ce6fd7dba90de53bc authored almost 6 years ago by azu <[email protected]>
fix(comments): コメントの導入を修正

github.com/asciidwango/js-primer - 5c675ade14debb04e2b16da739351b335bd0f6f0 authored almost 6 years ago by azu <[email protected]>
fix(feedback): 修正

github.com/asciidwango/js-primer - 31103917f5cb5d8f6bf57a77eed77baa23a22510 authored almost 6 years ago by azu <[email protected]>
fix(preparation): 細かい補足を追加

github.com/asciidwango/js-primer - 969476c6227ef3397d4ff5752e8e25fe2f7de923 authored almost 6 years ago by azu <[email protected]>
Merge pull request #687 from asciidwango/fix-continue

fix(loop): continueのtypoを修正

github.com/asciidwango/js-primer - 36a2abea18e87b9203f5b27288b64ba64e2b92e7 authored almost 6 years ago by azu <[email protected]>
fix(loop): continueのtypoを修正

github.com/asciidwango/js-primer - ad5b16d46912bfc14ad596ba63c21ef4e593a6ba authored almost 6 years ago by azu <[email protected]>
Merge pull request #672 from asciidwango/string-unicode

feat: 文字列とUnicode

github.com/asciidwango/js-primer - 88e491991a3c417b3bfae14009a81ede181335a3 authored almost 6 years ago by azu <[email protected]>
feat(usecase): nodecliにdescriptionを追加 (#685)

github.com/asciidwango/js-primer - a67b1281a3c096a626a0fea2d337dab9e77b5cc5 authored almost 6 years ago by Suguru Inatomi <[email protected]>
feat(usecase): ajaxappにdescriptionを追加 (#684)

* feat(usecase): ajaxappにdescriptionを追加

* xhr => XMLHttpRequest

github.com/asciidwango/js-primer - 9685a96b77e924fba1baaf4659df3b3e998a5a95 authored almost 6 years ago by Suguru Inatomi <[email protected]>
Merge pull request #683 from asciidwango/663

fix(function-scope): コラムの説明を修正

github.com/asciidwango/js-primer - fd61e0ebf521bc169d5253cbab90f6d1fa8c5bf8 authored almost 6 years ago by azu <[email protected]>
fix(function-scope): コラムの説明を修正

github.com/asciidwango/js-primer - a4d747f84245c826196a868b1840275b890e6c4d authored almost 6 years ago by azu <[email protected]>
refactor: この文は実行{されます,されません} -> この行は実行{されます,されません} (#682)

fix #655
fix #673

github.com/asciidwango/js-primer - 2e65a6fdcb07ed8b1324c10e37d7ea5f4496eb36 authored almost 6 years ago by azu <[email protected]>
fix(async): 文言を修正

fix #670

github.com/asciidwango/js-primer - 6f736fc103c4dd80b8705f7eb1b3c56dbfa53f8e authored almost 6 years ago by azu <[email protected]>
chore(function-declaration): コメントを修正

github.com/asciidwango/js-primer - 0effc54ec6ec1c977c3af9829898edc02792f542 authored almost 6 years ago by azu <[email protected]>
test: テストのマッチ対応を拡張

github.com/asciidwango/js-primer - b9c3be1129552cbc2b2cc632981cb32726cf09cd authored almost 6 years ago by azu <[email protected]>
fix: コメントの表記を統一

github.com/asciidwango/js-primer - 7e7436a780352ddb7ebdb02813608f407f1d0921 authored almost 6 years ago by azu <[email protected]>
refactor: この文は実行{されます,されません} -> この行は実行{されます,されません}

github.com/asciidwango/js-primer - 2b93416bb99015c82f219fb0600298442bc220a7 authored almost 6 years ago by azu <[email protected]>
fix(async): コメントを修正

github.com/asciidwango/js-primer - e7713cf1ccf52c8b56ebc3465bcaa5db1d8c05d8 authored almost 6 years ago by azu <[email protected]>
Update README.md

github.com/asciidwango/js-primer - 758b7afa84c16b107e25ff2b30532b32513e52ba authored almost 6 years ago by Yusuke Yamane <[email protected]>
chore(basic): インデックスに登録

github.com/asciidwango/js-primer - d1adb61fd36893319500aa061430b8159248c20c authored almost 6 years ago by azu <[email protected]>
fix(string-ucnide): 内部コードと外部コードの説明を短縮

github.com/asciidwango/js-primer - 11571772db52ec9caefcf27abc652062faac1e8b authored almost 6 years ago by azu <[email protected]>
fix(string-unicode): descriptionを修正

github.com/asciidwango/js-primer - fbfc11f0547bf4ee3d5a61317f612db73f5d6187 authored almost 6 years ago by azu <[email protected]>
refactor(string-unicode): 細かい表記の修正

github.com/asciidwango/js-primer - 2fab8013be71915ac8be8db45b421984387cb961 authored almost 6 years ago by azu <[email protected]>
fix(string-unicode): console.logを追加

github.com/asciidwango/js-primer - 73d0a6e6fddb41674ee50b74d75ebae199c4e2f6 authored almost 6 years ago by azu <[email protected]>
fix(prh): 反覆処理 -> 反復処理

github.com/asciidwango/js-primer - df372ed8beef4a2b078a97757829886bab8454d4 authored almost 6 years ago by azu <[email protected]>
feat(string-unicode): 文字列のおわりに

github.com/asciidwango/js-primer - c6929510594db77efa27ae6265737631cd0e3242 authored almost 6 years ago by azu <[email protected]>
fix: 絵文字のサロゲートペアを修正

github.com/asciidwango/js-primer - 6c58fff96a4fbcc8caaad113d14dd3bf82a47ec5 authored almost 6 years ago by azu <[email protected]>
fix: おわりに

github.com/asciidwango/js-primer - c5d60651fc331ee0269fce53f973addbdee6a4f8 authored almost 6 years ago by azu <[email protected]>
feat(SUMMARY): add string-unicode

github.com/asciidwango/js-primer - f57e86f8136f63e2084a2a3f0cfb9c63300b660a authored almost 6 years ago by azu <[email protected]>
fix(striing): `\u{}`を削除

github.com/asciidwango/js-primer - 39f7cd2c222761358e7c59d829be45d4b25e6672 authored almost 6 years ago by azu <[email protected]>
fix: サロゲートペアの説明

github.com/asciidwango/js-primer - 9100e81a0a9026a518b0cae0ab746fd13970bccb authored almost 6 years ago by azu <[email protected]>
fix: ある範囲

github.com/asciidwango/js-primer - 6e6ce44276adbc098d07770bc34eaea6e02acd76 authored almost 6 years ago by azu <[email protected]>
fix: コメントを短縮

github.com/asciidwango/js-primer - 573ef11171a4e35f4ba72031e64d92d5e525d654 authored almost 6 years ago by azu <[email protected]>
feat(stirng-unicode): サロゲートペア

github.com/asciidwango/js-primer - 305d30301d7af1c04950c40ddd24e1f14909f1e3 authored almost 6 years ago by azu <[email protected]>
feat(string-unicode): Code PointとCode Unitのち外

github.com/asciidwango/js-primer - 7f9fbd480559d7265ed5537f745286c127a341a7 authored almost 6 years ago by azu <[email protected]>
feat(string-unicode): 序文を追加

github.com/asciidwango/js-primer - df989188ffdf94896ba5af3f1a852e22c88d67c6 authored almost 6 years ago by azu <[email protected]>
feat(string-unicode): add OUTLINE

github.com/asciidwango/js-primer - bc5df061879b911c384318b1e37723f9c954800b authored almost 6 years ago by azu <[email protected]>
refactor(string): Code Unit周りの説明の順番を入れ替え

github.com/asciidwango/js-primer - 810d000320631e0ed15390316e8f417ab328eb19 authored almost 6 years ago by azu <[email protected]>
fix(data-type): 8進数の部分を修正

github.com/asciidwango/js-primer - 07da287de22d2d94a6951b3d6359b6421280c43c authored almost 6 years ago by azu <[email protected]>
fix(data-type): 16進数の解説を修正 (#681)

* fix(data-type): 16進数の解説を修正

* fix(data-type): fix lint

* fix(data-type): fix 解説

* fix(...

github.com/asciidwango/js-primer - ee2b80a4f3904298e802b8aed9950da8adaf0da9 authored almost 6 years ago by azu <[email protected]>
Update index.html

github.com/asciidwango/js-primer - 06439c8a42b8a6cf670d2e0e19cb6f53b6d475ac authored almost 6 years ago by azu <[email protected]>
fix(object): オブジェクトのブラケット記法でのプロパティへのアクセスのサンプルの変更 (#678)

* Remove brackets-dot-invalid.js and Add brackets-dot-valid.js

* fix README brackets-dot-vali...

github.com/asciidwango/js-primer - 74cff96e630a1d849556746c9fc20fbf51430294 authored almost 6 years ago by sekky0905 <[email protected]>
fix(basic): update description

github.com/asciidwango/js-primer - 843898e6033e6dc496b0a8820b346d68897aea16 authored almost 6 years ago by azu <[email protected]>
chore(basic): 紹介に統一

github.com/asciidwango/js-primer - 2e48027f926bedb0bb94a14b72dc70cc3485e001 authored almost 6 years ago by azu <[email protected]>
feat(meeting): 2019-02-25 Meeting Note (#677)

2019年2月25日のミーティングノートです。
意見や質問などがあればこのPull Requestへ。

close #669

github.com/asciidwango/js-primer - 0a3c95dd73614c5dcd95007740892d97c7d5488e authored almost 6 years ago by azu <[email protected]>
基本文法: それぞれの章にdescriptionのメタタグを追加する (#666)

- 第一部で最初に各章の内容を簡単に紹介したい
- SEO的にdescriptionを各章には付与したい
- [x] descriptionからの自動生成

fix #662
fi...

github.com/asciidwango/js-primer - 1db725afa2b172e77b508c4f36078b788ff77f6e authored almost 6 years ago by azu <[email protected]>
refactor: 「もっと」を避けたほうが結果的にわかりやすくなるのではないかという試み (#665)

* chore: s/もっと/より/

* chore: s/もっと/書籍より/

「もっと」だと何と比較しての話かわかりにくいと思われる

github.com/asciidwango/js-primer - 2afbda74658688308e98d04f184701c4a659ac6b authored almost 6 years ago by yumetodo <[email protected]>
refactor(string): 文字列の章とUnicodeの章に分離 (#643)

今の文字列からとりあえず Unicode + Code Point 周りを分けた状態。
つまり実質ES5ぐらいの話で文字列の章を読めるようにする

- エスケープシーケンスについてを追加...

github.com/asciidwango/js-primer - f571226f43ed8c99af9ef0cf0337634145a61518 authored almost 6 years ago by azu <[email protected]>
Merge pull request #660 from Dimeiza/modifying_typo

誤記修正、表現の一部変更(~第一部まで)

github.com/asciidwango/js-primer - ced9313ecf2deae55e50d9a4e2551d13acab7465 authored almost 6 years ago by azu <[email protected]>
『Promiseチェーンの最後で処理を書く』のPromise#finallyを説明する文言を修正

github.com/asciidwango/js-primer - 6888175f7c6e993ebcbd12987d7f0d1cdb577443 authored almost 6 years ago by Dimeiza <[email protected]>
Update source/basic/function-scope/README.md

Co-Authored-By: Dimeiza <[email protected]>

github.com/asciidwango/js-primer - 4fff8ca4524afdfa1a5efc206b90c874bf8722c9 authored almost 6 years ago by azu <[email protected]>