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 - 5c2bdd608f80d638b8eb29a17cf2bf4bbe85cc9d authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 308496dfcf4afa0e8da8118e7e2210eca0e0052b authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - f44fccbc399864297b640a81ac17f128fc132169 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - d9f4a2c6021c1f27eaa06a11b5f9b047221eaff3 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - c491575e52afadae8dce9781bb137598c1218645 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 6c2ae1ab7c29223c67063d40a007211018bd0dc4 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 7c40aa4069283a8d2e3a946160098615c17474c9 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 58d163205e3460d7da409c4ec3c687b29290f108 authored over 8 years ago by azu <[email protected]>
close #68
github.com/asciidwango/js-primer - 460135569a97124a4fb783503056125381337e62 authored over 8 years ago by azu <[email protected]>* feat(loop): for...in文について
* chore(loop): add TODO comment
* refactor(loop): 文を細かく区切った
...
github.com/asciidwango/js-primer - 8dbf6e9884251471e6848e3637158edd3758ee77 authored over 8 years ago by azu <[email protected]>* feat(while): while文とdo-while文を追加
* refactor(loop): フローと順序がややこしくなっていた
* chore(readme): 最初...
github.com/asciidwango/js-primer - 067ba2e230f056907d08646ac6d20b3f25537547 authored over 8 years ago by azu <[email protected]>chore(ajaxapp): ログ出力に関する記述を修正
github.com/asciidwango/js-primer - 4419405c35105a8c0cfeb7a647c72e5eb4a5cc96 authored over 8 years ago by Suguru Inatomi <[email protected]>github.com/asciidwango/js-primer - 53caa6e0ff62a084cb08dfc345c0bc5bf5329bda authored over 8 years ago by laco0416 <[email protected]>
github.com/asciidwango/js-primer - e901ae54cdcd4dd8751a140c4467b03c4319b4ea authored over 8 years ago by Suguru Inatomi <[email protected]>
* refactor: 文章の校正
* style(textlint): fix textlint error
* feat(loop): break文とArray#someについ...
github.com/asciidwango/js-primer - 2fd33f9ef48fe0e3c3be6b5ebeae5684d3adc69d authored over 8 years ago by azu <[email protected]>* style(textlint): textlint-rule-preset-ja-technical-writingへ変更
利用するプリセットを技術書向けに作ったプリセットへ変更
...
github.com/asciidwango/js-primer - b0d7c9f42c221521fc060b9b3bfd79e75adc54ba authored over 8 years ago by Suguru Inatomi <[email protected]>
- `npm test` から `npm run build` を外した
- Travis CIでは全てテストするようにした
- `npm run lint` と `npm run lin...
* feat(loop): for文、forEach、reduceのやり方を比較
* chore(loop): Front Matterを修正
* chore(varibales)...
github.com/asciidwango/js-primer - 6b4796730a4d25dc2bd2ed0c2bee06b7c6f6cc59 authored over 8 years ago by azu <[email protected]>* feat(gitbook): add canonical-link
* chore(gitbbook): update GitBook version
* docs(CONTR...
github.com/asciidwango/js-primer - 7356a95a99daec2eef1823275013c5ed9a1ea600 authored over 8 years ago by azu <[email protected]>* chore(ajax): ajaxappのディレクトリを追加
* chore: ダブルクオートに修正
* レビューを反映
* 微修正
* index.htmlを修正...
github.com/asciidwango/js-primer - 3dde326cde2ccf016c8271321211f4fb6f58689b authored over 8 years ago by Suguru Inatomi <[email protected]>github.com/asciidwango/js-primer - 9a410d2539a8fb4628f48c58f4b95cce7c55fd74 authored over 8 years ago by azu <[email protected]>
配列リテラルの紹介と共に、
配列へのアクセス方法と 0-based index についても触れる
close #73
github.com/asciidwango/js-primer - d0b9811d01ce2363f77086acfb1918cfc1c135ae authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - b11ac6ac6f8e923ff343fd2d7a5c20a0f16b36ce authored over 8 years ago by azu <[email protected]>
* refactor(gitbook): GitBookのsource下をrootとするように変更
URLにsourceという文字列を出さないようにするため
close #57
...
* docs(CONTRIBUTING): テストの種類についてを追加
* chore: fix typo
github.com/asciidwango/js-primer - 6ccb43de812493b7c6206a98160de3fce08bd9b1 authored over 8 years ago by azu <[email protected]>* style(textlint): fix textlint and eslint style error
* style(eslint): fix eslint error
*...
github.com/asciidwango/js-primer - 98716dcffe117fde7cb8dd7e5fb25332337965cb authored over 8 years ago by azu <[email protected]>* feat(condition): if/else-if/else文についてを追加
* feat(condition): add summary
* style(conditio...
github.com/asciidwango/js-primer - 32e103c9b5092268f70ae3cf117ddbcdeaf173dd authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - e7f924f725815b6fddccf89c2572c965c56cb3e7 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 0d721906cbf42b88b8080a35b7118e1316101e15 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - d66d7f9fe93483136cddbde79d84dda4266a9f07 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 4a38ca1e3becb1a0f41c4711d4228d64b2f761fe authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 3f73fbfc5da860ae0ca186bd748cd16d7bee82f2 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 6552f84c2514d8d3adc8f6874d16e299685a7e32 authored over 8 years ago by azu <[email protected]>
#61 将来的には本編からは外す予定だがキレイにした
github.com/asciidwango/js-primer - 21ad3746c37927a82c1665132d6d7e0005474cef authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 3118c639e2568d1832d2d293f2484cd7b73f5b22 authored over 8 years ago by azu <[email protected]>
* chore(textlint): 機械のtypoを辞書に追加
refs : #63
* style(textlint): 表記揺れを自動修正
prhの辞書により修正
github.com/asciidwango/js-primer - e36ba1ebf2245b5ee7ec8b4be2d9b3a6bf1365f9 authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - a7ace65335c89d094d9a22d0ad71b3924bfb72bd authored over 8 years ago by shgtkshruch <[email protected]>
文章はCC BY-NC
コードはMITライセンス
refs #55
close #37
npm run watchではローカルサーバを起動できなかったバグを修正しました.
github.com/asciidwango/js-primer - 19166c891d0677c3b99986c75f0ea5dbec18e5ac authored over 8 years ago by SUDA Hiroshi <[email protected]>github.com/asciidwango/js-primer - 06c1a1f4278b3f6eb0a2cea3d090be42c7755932 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 30c0150f45c732d9ad1adb809d30f2d4dc904dbf authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - cd7cf9d8e0837e692983cbf6de219cbae9927bdb authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 35192562deee0d81d437b55b6de18dd080c809f8 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - ecc845e5880cad9c058b35c936b45f483490ae2b authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 6c6acba78adf49d195459c1ba5e59b961389584e authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - bfec5778ddcd0882045eed770fb4b29708693f32 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - d4174f780924646c2ae73a8d2df5bab9f38ec50f authored over 8 years ago by azu <[email protected]>
* feat(data-type): nullリテラルについて
* refactor(data-type): undefinedとリテラルについてを修正
* feat(variab...
github.com/asciidwango/js-primer - 313981117413aaac3b1eb58f248d4ec2fbd00eb6 authored over 8 years ago by azu <[email protected]>* feat(web): add mail form
* chore(readme): 説明を追加
* feat(css): less margin-top
github.com/asciidwango/js-primer - c13854465b570c788c0ea7b19f7c80785d903b56 authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - d21a3b61801abb83e0e33c0c1396794dd553ed80 authored over 8 years ago by azu <[email protected]>
* chore(meta): リポジトリ名をjs-primerにリネーム
refs #50
* chore(package): package.jsonのメタ情報を更新
re...
github.com/asciidwango/js-primer - c50b0db86715f99883f919beb68baa4282beb99f authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 68b50ef83a7475b513f1753902033fb07b61e311 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 94a5e10aec203a40e2d3253bf89bc8aae9909f75 authored over 8 years ago by azu <[email protected]>
* feat(deploy): Travis CIからのgh-pagesデプロイの仕組みを追加
gh-pagesへ自動デプロイするように
* chore(deploy): fix ...
github.com/asciidwango/js-primer - c30c03a8767c6cffa7a4ec81ab8b0d651b2b9710 authored over 8 years ago by azu <[email protected]>データ型とリテラル
github.com/asciidwango/js-primer - 6bc492d85138a9da1133e0373844605c4b886a6b authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 9bd29313cf40a560fd10d708f4cb07ae8edd5371 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 81d61b6cace456cbc3efe8b852187efaa6450094 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 7dc798e8303b0442988556678e190a0571395076 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 2e3929998ae753a5e8a702d0a3f3cf2ba6eabc68 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - a606f23b015076fd9ed35daef4735fa90cb6ff96 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 747543ef85481a0fddafb31ef7a108079dc3ba58 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 22612f8bb30ac2dfd35da694974f7782d2b9867d authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - fe8b8309f90f62770e1df5c238acbf26725d9fe5 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 89e242df294d6116cdf7ba3565fee108f4a328d2 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - ff4de562fcb58f5073b3752e6e914cee2fecd567 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 5864b6f88beda8211239b1f06948416a79b9c076 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - a0c2fe69037c6b62ea41268e28b780f4b29432a8 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - bc7887b1aebb01cee2c2fecacc8e3d24333697c1 authored over 8 years ago by azu <[email protected]>
* feat(read-eval-print): 値の評価と表示
* feat(read-eval-print): Console APIについて
* style(read-eva...
github.com/asciidwango/js-primer - 89abec8fc957d1d25264a3d67929330acff90160 authored over 8 years ago by azu <[email protected]>close #22
github.com/asciidwango/js-primer - 38bf66ffc13570387c6481d02853f464d012bbf1 authored over 8 years ago by azu <[email protected]>* docs(meeting): add 2016-05-27 Meeting Notes
* chore(meeting): 次回の予定を追加
* chore(meeting):...
github.com/asciidwango/js-primer - 8d6ef256d17c0809ce6062f7bcb784c6f0f8a454 authored over 8 years ago by azu <[email protected]>* test(travis): add Travis CI integration
refs: #11
* fix(test): test:exampleをbabel-nodeを通...
github.com/asciidwango/js-primer - c76cd3c580ea4b68cffbafcbf7fb77cf24d6ea00 authored over 8 years ago by azu <[email protected]>var、let、const というキーワードを使っての変数宣言と代入について。
var、let、const
変数名に利用できる文字種
prefer const...
書き方に関するルールなどを書いていく場所を追加
github.com/asciidwango/js-primer - 319cd39fead70bcd30c20921d50b3ce68d01ade3 authored over 8 years ago by azu <[email protected]>* docs(CONTRIBUTING): add CONTRIBUTING.md
close #13
* docs(CONTRIBUTING): add link from R...
github.com/asciidwango/js-primer - 2012a8f2bb888575fc29868d0f8376b48359acd4 authored over 8 years ago by azu <[email protected]>
- 一行コメント
- 複数行コメント
- HTML-likeコメント
について
github.com/asciidwango/js-primer - 468828343d35066f11fd78bdffd919d60ce8dfbf authored over 8 years ago by azu <[email protected]>presetを利用するように変更
github.com/asciidwango/js-primer - 5997bed13542a6bef9da10d8b8ed36641915cb78 authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - d8624e4450e3cea877a906adcba93063e68d54ee authored over 8 years ago by azu <[email protected]>
JavaScriptはどういう実行環境で動くのか、また同じコードが全ての実行環境で動くわけないという話
ECMAScriptという仕様があり、それの部分に関して全ての実行環境で同等のものがあ...
feat(gitbook): gitbookのセットアップ
github.com/asciidwango/js-primer - 8538de63fb69ae486881a1a9272c77bed2e93c1e authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 68a77fcbf7b5352e14395913fccbe78cfa615af7 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - a96ceec51d4dc5e05d01ffa946583cb75c95c61b authored over 8 years ago by azu <[email protected]>
2016-04-19ミーティングノート
github.com/asciidwango/js-primer - 45444d3f1f0ed4eb7d090555b8fdb834c24267b2 authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - acef3b91f66b5cf25c863b2e14ea1a974a8c911f authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - d23ab890e818c5895abcc6d82c2ccfde770051cc authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 94ee0764a4cf453804a0ad7df3946d1028082b03 authored over 8 years ago by azu <[email protected]>
2016-03-24 Metting Notes
close #3
github.com/asciidwango/js-primer - 621303fc975d2889b41fd2749dacd607f6d5ab18 authored over 8 years ago by azu <[email protected]>github.com/asciidwango/js-primer - 719c4d340ec62cf8cd0334b9dfd10f705a71795e authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - d16dd164fbe76e9766665f32d81353025ea84020 authored over 8 years ago by azu <[email protected]>
github.com/asciidwango/js-primer - 7281c0b3c3864d8d83042abcecfedb8112a031a5 authored almost 9 years ago by azu <[email protected]>