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
github.com/asciidwango/js-primer - 58bf9d8ee73421f3dacc0ef87893c0fbc806cef4 authored over 5 years ago by azu <[email protected]>
* refactor(string): 検索文字列に統一
fix https://github.com/asciidwango/js-primer/issues/208
* fea...
github.com/asciidwango/js-primer - 3035104dde2172b4aaa62db3bc1b4b0b68791475 authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - ed5a6e7fc53a714bd6bfa1d7fe799bc8cf82fe13 authored over 5 years ago by Yusuke Iinuma <[email protected]>
不要なasync宣言の削除
#884
github.com/asciidwango/js-primer - 623c223e07e3a0a72f1f75294fdd26a29241a47f authored over 5 years ago by azu <[email protected]>
* refactor(usecase): ローカルサーバの反映
fix #805
* fix typo
* Update source/use-case/ajaxapp/en...
github.com/asciidwango/js-primer - 647fa0f6d0a3fb3634776ab6169df1a1f7781942 authored over 5 years ago by azu <[email protected]>誤字を修正しました。
github.com/asciidwango/js-primer - ce56af960eb36263cf3fac64763cddf421bf3eb7 authored over 5 years ago by Ryo Nishimura <[email protected]>* feat(setup-local-env): ローカルサーバのセットアップを追加
* fixup!
* fixup!
* fix(prh): ローカルサーバーに統一
...
github.com/asciidwango/js-primer - 3011c3777ed065c489d873d519905436afee7a15 authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 6940a9654c567d62344630a4150e39fd491640fa authored over 5 years ago by azu <[email protected]>
fix https://github.com/asciidwango/js-primer/issues/878
github.com/asciidwango/js-primer - 27fe8d7d6aaee17226120e6bd81124be6577f365 authored over 5 years ago by azu <[email protected]>* feat(usecase/nodecli): nodecliユースケースにチェックリストを追加
* チェックリスト追加
github.com/asciidwango/js-primer - 951027cf7b36a3dd01b2654aba39604440602ba8 authored over 5 years ago by Suguru Inatomi <[email protected]>github.com/asciidwango/js-primer - e4c6200273c07e4701f4cd4ccde828a15e7404e4 authored over 5 years ago by Hiroyuki Nobe <[email protected]>
github.com/asciidwango/js-primer - 97f05937ab4583900588ed51b9136007a251dfe6 authored over 5 years ago by Hiroyuki Nobe <[email protected]>
* feat(usecase/ajaxapp): ajaxappのユースケースにチェックリストを追加
* リンク追加
* 箇条書きに変更
github.com/asciidwango/js-primer - b3bde5e110a515f70ffb51881fa747169e924337 authored over 5 years ago by Suguru Inatomi <[email protected]>github.com/asciidwango/js-primer - dd3caacf09c7dcf89379da8b766496fbdd192f3e authored over 5 years ago by Hiroyuki Nobe <[email protected]>
* chore(web): - [x] をやめてただの箇条書きに変更
* fix
github.com/asciidwango/js-primer - 504dbec7f313fa700ebef25a633dee7303289768 authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - ca7ab5a5847a4ae0528cb420f3f445dc039390d5 authored over 5 years ago by Hiroyuki Nobe <[email protected]>
github.com/asciidwango/js-primer - 94cfa71e00583019e6307f029e822d3a00ba3b9a authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 21d69f382b0c2df79c5664ba68cd1cf39c9f9057 authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - f7fce3320b6e3d766143a983f7f22ae08cc8f338 authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 02c16525bfad7709bd4f9690f702082dd0b0d691 authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 49e84fd33529e4d4d92eab942212fb989930b004 authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 4fd8d0503262a0b9faf83f8940cb5b5d9bc8923b authored over 5 years ago by Hiroyuki Nobe <[email protected]>
github.com/asciidwango/js-primer - 3472b85b696d7f90f39ad7d251250fa53947b53c authored over 5 years ago by Suguru Inatomi <[email protected]>
* fix(array): matrixの例を修正
* fix(array): Array.isArrayの修正
* feat(array): まとめを追加
* add
...
github.com/asciidwango/js-primer - 9df6ccc9dbfd096849245ee8efa7edd04ed4f917 authored over 5 years ago by azu <[email protected]>* fix(prototype-object): セクション名の変更
fix https://github.com/asciidwango/js-primer/issues/855
...
github.com/asciidwango/js-primer - be9488e4f47ebb22ec7ce37d22a11db2cef7cf48 authored over 5 years ago by azu <[email protected]>* fix(object): ビルトインオブジェクトの説明を追加
fix https://github.com/asciidwango/js-primer/issues/382
*...
github.com/asciidwango/js-primer - 5dc3af2e0142ffe64622e9de20ec616452135ddf authored over 5 years ago by azu <[email protected]>* refactor(loop): ループと反復処理のリファクタリング
* fixup!
* fixup!
* fixup!
github.com/asciidwango/js-primer - a5e0d8507319084631a0438ae52798915501075a authored over 5 years ago by azu <[email protected]>* refactor(condition): 条件分岐をリファクタリング
* fixup!
* fixup!
* fixup!
github.com/asciidwango/js-primer - 60a6fde75a07c1b757af15a2f70b62b337dfa158 authored over 5 years ago by azu <[email protected]>* feat(statement-expression):単独のブロック文についてのコラムを追加
* fixup
* fixup
* fix
github.com/asciidwango/js-primer - 44c72009c4e0f14404ab4fdbf25aa4250fc98cda authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 8dd0ad006cb2c77dfd7eb978b99254bd65d082db authored over 5 years ago by Yusuke Iinuma <[email protected]>
github.com/asciidwango/js-primer - dd1c8862836ed7a8d9ce693f07358018c20da686 authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 328894a73c6d754a949ce93af82924e371d75fac authored over 5 years ago by yagamuu <[email protected]>
* refactor(function-declaration): 関数定義のリファクタリング
* fixup!
* update
* fixup!
* fix
...
github.com/asciidwango/js-primer - 98f76cf0a34ecab9da4bf2f499a6ce79a40dc9a5 authored over 5 years ago by azu <[email protected]>* refactor(implicit-coercion): 暗黙的な型変換を避けることを強調
- まとめを追加
* fixup1
* fixup!
* fixup!
...
* feat(operator): グループ化演算子、まとめを追加
* style: fix lint
* fixup!
* fixup!
* fixup!
github.com/asciidwango/js-primer - 89abab2330638f0d56262339c831fbe1a33bd988 authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - be89a051fc51fbccc3d81ed61704208d8547becb authored over 5 years ago by azu <[email protected]>
* refactor(data-type): データ・タイプのリファクタ
- エラー表示の改善
- まとめの改善
- 参考のコメントアウト
* fixup!
* fixup!
github.com/asciidwango/js-primer - 2d8bcc4fb39bcb709b74f64f2884e83a39bf48ad authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 4d01499aabbbe044e40e7f94839f3a4bc202ec79 authored over 5 years ago by azu <[email protected]>
* feat(data-type): リテラルの記号の意味を追加
- b, o, x, e
* fixup!
github.com/asciidwango/js-primer - 06e54291a4ca3eaee978db438246328a1f993bb6 authored over 5 years ago by azu <[email protected]>* chore: 関数 -> 引数
* chore: 不要な文節を削除
* chore: fix typo (poped -> popped)
* chore: fix ty...
github.com/asciidwango/js-primer - aa87b9dc33011c6823bd8bb6651ace0081165211 authored over 5 years ago by Yusuke Iinuma <[email protected]>* fix(usecase/ajaxapp): displayのセクションをFetch APIベースに書き直し
* fix
github.com/asciidwango/js-primer - f064d025b2a97fe947c4e8e01e0e99bc4a062c34 authored over 5 years ago by Suguru Inatomi <[email protected]>github.com/asciidwango/js-primer - 2be7d5621dfd0fa8ba2eb42dac860f09cec02335 authored over 5 years ago by azu <[email protected]>
* refactor(introduction): 特徴を細かく分類
* fixup!
* fixup!
* fixup!
* fixup!
* fixup!
...
* fix(usecase/ajaxapp): xhrのセクションをfetchを使うように変更
* Apply suggestions from code review
Co-Au...
github.com/asciidwango/js-primer - dabf43798a29be67add2d9d4ca8fceee9d804e4e authored over 5 years ago by Suguru Inatomi <[email protected]>github.com/asciidwango/js-primer - bcb6a1c827e8e59325c758e39b2d220eb74aa1dd authored over 5 years ago by Yusuke Iinuma <[email protected]>
* feat: eslintとtextlintに利用してはいけない変数名を追加
* fix: typeof 演算子の結果と被る変数名は避ける
- string -> str
- ...
github.com/asciidwango/js-primer - 5d0c7d57227581a51daa6c65a3c5c4c0af21b7bf authored over 5 years ago by Yusuke Iinuma <[email protected]>
* refactor(variable): エラーメッセージを表示するように変更
* fix
* fix
* fix
github.com/asciidwango/js-primer - 0988a0bde2c63ce64a1a80bd5b22960185adf0b9 authored over 5 years ago by azu <[email protected]>* chore(async): タイトル変更
* chore: ・ -> /
* fix async
github.com/asciidwango/js-primer - 1e385c851b7f8c702d39892874a815a181083aea authored over 5 years ago by azu <[email protected]>* chore(variables): add OUTLINE
* refactor(variables): const,let,varの順番で書き直し
* chore: disa...
github.com/asciidwango/js-primer - ac1e957d4951571d2694399dc5212d445fb07cd7 authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - e56b0effa5117c7587299674cd4b9516426617ad authored over 5 years ago by yhikita <[email protected]>
github.com/asciidwango/js-primer - d1f4b240b85c284bf0f815edcba28bf196e3f590 authored over 5 years ago by azu <[email protected]>
* refactor: 脚注にインクリメンタルな数字を使うように
fix https://github.com/asciidwango/js-primer/issues/787
*...
github.com/asciidwango/js-primer - b26f394b4a7236f62523cd77cc4f6930843a5c96 authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 5a9692679bc373e58e86ff7b53a9a58f3437e492 authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - f12b595be8377cbe03a1774cf646d14f43282701 authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 9dd28978d6c3b7a170faad46923d2718f5e783fd authored over 5 years ago by azu <[email protected]>
JavaScriptらしさを減らした
fix #817
github.com/asciidwango/js-primer - 5887d806731b8cf315a273c37333cd96e1d821f5 authored over 5 years ago by azu <[email protected]>* fix(babel): remove workaround
* fix(deps): upgrade babel
* update babel/core
* fix
...
github.com/asciidwango/js-primer - 5886fdab54522a575a63e10f7012c0f0c43c0d96 authored over 5 years ago by azu <[email protected]>fix #820
github.com/asciidwango/js-primer - 886122091dd3c541a2dfb0ac7921fc9cdb74c9cb authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - b0c9fc5dbb5978fc5ad6e5439242945eb9b260c2 authored over 5 years ago by watace <[email protected]>
github.com/asciidwango/js-primer - 12a04b9fc1352ceeede843ff903021d7ae8a3750 authored over 5 years ago by watace <[email protected]>
* refactor(usecase/ajaxapp): ajaxappのサンプルアプリをfetch+async/awaitに書き換え
* lintfix
github.com/asciidwango/js-primer - 51a023982bd49f800404057c171242f6da53af5c authored over 5 years ago by Suguru Inatomi <[email protected]>github.com/asciidwango/js-primer - b733d31faf3b06b1af79c5f6323be91ec769d965 authored over 5 years ago by azu <[email protected]>
from Feedback
github.com/asciidwango/js-primer - 013c14753c23c46cab56480880ea257f1b1ce78f authored over 5 years ago by azu <[email protected]>誤字を修正しました。
ご確認をお願いいたします。
github.com/asciidwango/js-primer - 3f7995d0f77d23a31369707de1b446eac66cbdbe authored over 5 years ago by ryotatake <[email protected]>github.com/asciidwango/js-primer - 6b9f2aad1157f128f2e96822edcf9e7cec5f68e9 authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - d2c119dee8d33784200dccb82ce09f6779a5fb19 authored over 5 years ago by watace <[email protected]>
github.com/asciidwango/js-primer - ee99568121216fdd2d6ef03bcdea0f4dcc4bbe4f authored over 5 years ago by hyoiutu <[email protected]>
github.com/asciidwango/js-primer - 4d6ee4ae505177634380544d157a1a961b809694 authored over 5 years ago by ryotatake <[email protected]>
github.com/asciidwango/js-primer - aa74bb4bb98de1941dfc09a459744d564344f49a authored over 5 years ago by watace <[email protected]>
github.com/asciidwango/js-primer - cfd28daac9bc50ab40f3d678705b1292faedf954 authored over 5 years ago by watace <[email protected]>
github.com/asciidwango/js-primer - c5c3f75f96525cee36a8d96827675f32189d6442 authored over 5 years ago by watace <[email protected]>
github.com/asciidwango/js-primer - d01e713b9760f33a9cb11a37425a9545246678d2 authored over 5 years ago by sekky0905 <[email protected]>
github.com/asciidwango/js-primer - 5e5b473185692d81f429b6f15e7d8c9854e2c5e4 authored over 5 years ago by Akinobu Sakai <[email protected]>
github.com/asciidwango/js-primer - 08ec5f3da7e13896d53ebdaa48b704eccc5bba47 authored over 5 years ago by watace <[email protected]>
github.com/asciidwango/js-primer - 46c3e5ae973660b341afaddf3d602ad86a963537 authored over 5 years ago by watace <[email protected]>
github.com/asciidwango/js-primer - d97439eb793ff7b5898b9a36d4ae586fe14fc7e0 authored over 5 years ago by watace <[email protected]>
github.com/asciidwango/js-primer - 7d62254e4819999a5b378ad1fdfd1ac478c45fdd authored over 5 years ago by watace <[email protected]>
* feat(error-try-catch): console.errorの解説を追加
fix #755
* test(summary): console.errorの利用テスト...
github.com/asciidwango/js-primer - 78aa64c27e56c9e61df77e4d9fd5f94274c374de authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 43d9c0faa18598acfc9fbe6a3a493378ac0c2e61 authored over 5 years ago by azu <[email protected]>
typoがあったので修正依頼を出します。
IIEF => IIFE
github.com/asciidwango/js-primer - 1c5781e63db973c3b165e5202cc1d8a4831e3a11 authored over 5 years ago by simezi a.k.a matzz <[email protected]>* refactor(LICENSE): ライセンスの名義をjsprimer projectに変更
- jsprimer projectを定義する
- プロジェクトメンバーの構成は現在...
* refactor(todo): `TodoListModel#totalCount` を `TodoListModel#getTotalCount`メソッドに変更
TodoListM...
github.com/asciidwango/js-primer - f0bb4c986c788473790f52fd6e1b704d9434259c authored over 5 years ago by azu <[email protected]>* chore: fix typo basic/function-this/README.md
* chore: 言い回し修正の提案 basic/function-this/README...
github.com/asciidwango/js-primer - 43a72b62340db192682c1832678df2800b0591f8 authored over 5 years ago by k-ta-yamada <[email protected]>* TodoItemModel.example.jsの中のパスを修正した
* TodoListModel.example.jsの中のパスを修正した
github.com/asciidwango/js-primer - 617c7017768c31864ac4beaa13e4c76b5d1ada25 authored over 5 years ago by hyoiutu <[email protected]>github.com/asciidwango/js-primer - c785f0ec9fe781b24273563d614ab06c0774efce authored over 5 years ago by Kazuhiro NISHIYAMA <[email protected]>
Promiseチェーンの最後で処理を書く->Promiseチェーンの最後に処理を書く
Closes #770
todoapp/update-deleteでの完成形のリンクが間違っていたため修正しました。
github.com/asciidwango/js-primer - 68ef1ca2af294c6077bbd9d2e44af91cc8b7da54 authored over 5 years ago by Nanamachi <[email protected]>Committer: miyashita <[email protected]>
github.com/asciidwango/js-primer - 1cf0a6334c5dfd53399d33998136901fb74f812c authored over 5 years ago by sako-0384 <[email protected]>
スペルミスを修正しました
Stadard -> Standard
refs https://github.com/asciidwango/js-primer/issues/772
github.com/asciidwango/js-primer - c9e52e37d0b4c1c548b76948b9d059df749e0d7e authored over 5 years ago by azu <[email protected]>fix #772
github.com/asciidwango/js-primer - 6282d59d7ee88169a7db76095259567290b4b502 authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 32596521a17e9dd9e99a8f6a122a190f0bc68197 authored over 5 years ago by Kouhei Ueno <[email protected]>
github.com/asciidwango/js-primer - 665bb28837241f991227ad5c8c84a1c22c1140dc authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - c0cefdee17865d3536762535165d4663213bcbad authored over 5 years ago by azu <[email protected]>
* fix(object): プロパティの存在確認のコード例を修正
fix #768
* Update source/basic/object/README.md
* cho...
github.com/asciidwango/js-primer - 739b2dae0f104c68ab4aa48457fb180b99e0cb8d authored over 5 years ago by azu <[email protected]>* feat(outro): おわりにを追加
* Update outro
github.com/asciidwango/js-primer - 6d0e9e5995f9b4e868a123917d242694f983c168 authored over 5 years ago by azu <[email protected]>github.com/asciidwango/js-primer - f9b017a6c25b394ee11287c6f8fbb6d26f60f61d authored over 5 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 70a5b3d04dc54d61c4689b72d3c389fcd8fa58df authored over 5 years ago by azu <[email protected]>