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

chore(website): add "skipWaiting" handler

github.com/asciidwango/js-primer - 74b3473cf17eb2acb58f6921f7ccfa431b060c23 authored about 6 years ago
chore(website): remove skip and claim

github.com/asciidwango/js-primer - 39e76d3f2833a5207aeb61d83a6995250e9b15e0 authored about 6 years ago
feat(website): add refresh dialog for service worker (#608)

![image](https://user-images.githubusercontent.com/19714/50372964-210e9c00-061b-11e9-907c-104ebf...

github.com/asciidwango/js-primer - 7c8a4448b3dc833a2748ff95f454ea7252348d63 authored about 6 years ago
fix(function-operator): add repl

github.com/asciidwango/js-primer - 21dbd52b0ede2bd463df989970f3de3e7dd906b4 authored about 6 years ago
refactor(function-declaration): 関数とArrow Functionのち外について

github.com/asciidwango/js-primer - a3db085c81f9b7aac66fed1a3e802ace81484992 authored about 6 years ago
fix(function-declaration): fix description

github.com/asciidwango/js-primer - edd027f9213da0502363e587d64c57ec6fca64e5 authored about 6 years ago
feat(function-declaration): オーバーロードについてを追加

github.com/asciidwango/js-primer - 9e5709ea236de2c6d58927bbcb8baa0862424456 authored about 6 years ago
fix(function-operator): expectedの修正

github.com/asciidwango/js-primer - ca9759b0493b3a11d95f34c69c399be398d6116f authored about 6 years ago
fix(function-operator): : を入れ忘れ

github.com/asciidwango/js-primer - b0a936678372b20c03e689d6b0e8e25de4c61d3e authored about 6 years ago
fix(function-operator): :を入れ忘れ

github.com/asciidwango/js-primer - 7aa24acb4847f927bd1a633a0bd391f364cb716e authored about 6 years ago
refactor(function-operator): デフォルト引数のサンプルコードを変更

github.com/asciidwango/js-primer - 55b0b10652d3b5c9cd3e403ac42126d00bd42190 authored about 6 years ago
feat(function-declaration): argumentsとRest Parametersについてを書き直し

github.com/asciidwango/js-primer - dace43eb4121b71fc519408a08325f03aa8ff994 authored about 6 years ago
feat(function-declaration): 引数の個数について

github.com/asciidwango/js-primer - bc14b63b662f04e3b767b1d28392a9046b0c3603 authored about 6 years ago
chore(prh): prototypeオブジェクト -> オブジェクトオブジェクト (#604)

github.com/asciidwango/js-primer - 498282430b52d1c6226e49fad3801c3911370689 authored about 6 years ago
chore(function-declaration): 関数の引数のアウトラインを追加

github.com/asciidwango/js-primer - 345988845c413718b84b2b2cefe63004d7eaee82 authored about 6 years ago
feat(function-declaration): 関数宣言のリファクタリング

github.com/asciidwango/js-primer - 82fabb4d0fe32a8990acfc392c6c8c8f32eab4ca authored about 6 years ago
fix(bad-parts): remove bad-parts

close #595

github.com/asciidwango/js-primer - c98d59197418b988db357496eabafeb75b75e381 authored about 6 years ago
refactor(SUMMARY): 章の並び順を変更 (#603)

github.com/asciidwango/js-primer - ea43be51d252ef5a3b14807236bc7f4e06354c67 authored about 6 years ago
refactor(object): プロトタイプオブジェクトを章に切り出す (#602)

* refactor(object): プロトタイプオブジェクトを章に切り出す

* chore(prototype-object): add

github.com/asciidwango/js-primer - 16a36f9323c63e61959aaef9c80711ddc7c4f50e authored about 6 years ago
fix(sw): fix quote

github.com/asciidwango/js-primer - ff58147986dbfabb31eaff1e5f91a2dfb228e26b authored about 6 years ago
fix(website): update workbox

github.com/asciidwango/js-primer - 7defd2f5e9c002ed11b824ec05dddcdaec0040fc authored about 6 years ago
feat(textstat): parse SUMMARY and use it as file list

github.com/asciidwango/js-primer - 282143ffefd2d4d047f90c75a845be077ededd7c authored about 6 years ago
Merge pull request #593 from asciidwango/destructuring-assignment-plus

配列、オブジェクト、関数の仮引数における分割代入についてを追加

github.com/asciidwango/js-primer - 4aa856f2f803e7d0801cd05ecfc6bba22e907042 authored about 6 years ago
Update README.md

github.com/asciidwango/js-primer - e416110d88059f5a7038f506846b8769fbab72ba authored about 6 years ago
Update README.md

github.com/asciidwango/js-primer - a044f5ee0d77f568d0eeb72c51a5e0b905cea27d authored about 6 years ago
2018年12月17日のミーティングノート (#601)

* feat(meeting): 2018年12月17日のミーティングノート

* Update

github.com/asciidwango/js-primer - 45f86641a34c9424eed1b45e843b4d26495f0313 authored about 6 years ago
fix(data-type): 配列のセクションを修正 (#594)

* fix(data-type): 配列のセクションを修正

最後にが何回も出てくる問題を修正
リテラルの説明がわかりにくいのを修正

fix #229

* Update RE...

github.com/asciidwango/js-primer - 508f98064696fac011257e433d9cdc5c58e3f4e7 authored about 6 years ago
fix(function-declaration): 仮引数 -> 引数の分割代入

github.com/asciidwango/js-primer - 8e831969a04d244d6ea65fe35f8b4b5070e5c457 authored about 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 83133b33f7aac05947407932e1c9ff8ac051a274 authored about 6 years ago
fix(statement-declaration): fix link

github.com/asciidwango/js-primer - 7c11b9976ea14bd4d9d64adffa92e94f7d009aae authored about 6 years ago
fix(textstat): re-order

github.com/asciidwango/js-primer - fcd7a8c054b63c411b8e750ed94c331a3a33369a authored about 6 years ago
feat(function-declaration): 関数の仮引数と分割代入を追加

github.com/asciidwango/js-primer - 4a1415ab85ac67f8e23b3d58cab40617daeadaed authored about 6 years ago
feat(array): 配列と分割代入を追加

github.com/asciidwango/js-primer - ff0cad2258969977697b113ba8b293867694dc9a authored about 6 years ago
feat(object): オブジェクトの分割代入についてを追加

github.com/asciidwango/js-primer - c5f609aceae2581a8624a90906f420f9b9fc3495 authored about 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - ac2ec393d90039db9ff194ddef29bc35d050d2c7 authored about 6 years ago
refactor(operator): 演算子と暗黙的な型変換を移動 (#589)

* refactor(operator): 演算子と暗黙的な型変換を移動

* fix(operator): 導入を修正

* fix(operator): fix typo

*...

github.com/asciidwango/js-primer - 3dc945f2c214e334c5fea4a5e36456f53890a933 authored about 6 years ago
fix(json): JSON.parseの例外処理の例を追加 (#583)

* fix(json): JSON.parseの例外処理の例を追加

* fixup!

github.com/asciidwango/js-primer - 36bbd6d7bb42c3bf3dddf617eb0c8a595e0439a7 authored about 6 years ago
fix(loop): #266の修正漏れ (#587)

ここまでのコードで`var`は利用されていない。#266でコードが修正された際の修正漏れ

github.com/asciidwango/js-primer - b84697988b4ffe8f21246f6bb4bcc6774306ea7a authored about 6 years ago
feat(tool): add textstat integration (#585)

```
$ node tools/textstat.js | pbcopy
```

した結果を

https://textstat-viewer.netlify.com/

...

github.com/asciidwango/js-primer - d9a435e4aacf9674e5c806b1c18025429372de27 authored about 6 years ago
feat(operator): Int + Floatについてを追加 (#552)

ちょっとバランス悪いからなんか全体的に見直したほうがいいかも。

fix #495

github.com/asciidwango/js-primer - d2ac6509b8ee62f661a5f372a0bd106274dc5299 authored about 6 years ago
fix(loop): fix typo (#582)

github.com/asciidwango/js-primer - 98fec9088381b9e4eb56aeaa34937c78de2c05cf authored about 6 years ago
fix(repl): 不要な文を削除 (#581)

* fix(repl): 不要な文を削除

* fixup!

* fixup!

github.com/asciidwango/js-primer - e28a9c7d277c80a138c4178c1328f124da3a6241 authored about 6 years ago
source/basic/async/README.mdのtypoと思われる箇所の修正。 (#579)

github.com/asciidwango/js-primer - 9e4448cc183340bc9c29c507965823ecbb024373 authored about 6 years ago
脱字修正, 可読性向上のための読点追加など (#578)

github.com/asciidwango/js-primer - 38a294f5e29637225f51f2839b62320f7aa7b516 authored about 6 years ago
source/basic/class/README.md のtypoと思われる箇所を修正。 (#577)

github.com/asciidwango/js-primer - c395e693919ed773b13a4f68ba3ca7517b461a73 authored about 6 years ago
fix typo (#576)

github.com/asciidwango/js-primer - ed9576ae04913a56148e2fc0993128a26a8d95c8 authored about 6 years ago
fix(async): fix math.random() (#575)

github.com/asciidwango/js-primer - c015cdc7ea49ba99c52efca9d5e3342448614354 authored about 6 years ago
fix typo (#572)

github.com/asciidwango/js-primer - 0d9d37c5aaf7e1e0ef7d5d4eaeedef780d49fa9a authored about 6 years ago
fix typo (#571)

* fix typo

* fix typo

github.com/asciidwango/js-primer - 056c673370484afbac06d1585d7d8173bda94914 authored about 6 years ago
「を」を追加 (#570)

github.com/asciidwango/js-primer - bd848fdea4e20f16fc98280d70dc932602c9ac1f authored about 6 years ago
fix: npmのリポジトリが移動している (#569)

https://github.com/npm/npm -> https://github.com/npm/cli に移動しています。

github.com/asciidwango/js-primer - b190b3c473dd391613c7ebc4d09f3886606385ff authored about 6 years ago
fix typo (#568)

github.com/asciidwango/js-primer - 4e3ce8785434f544cff1650b704b9e10d820333b authored about 6 years ago
fix typo (#566)

github.com/asciidwango/js-primer - efe54fe05d413c7f1f431292279ffe74d883e188 authored about 6 years ago
fix(json): JSONs -> JSON

fix #565

github.com/asciidwango/js-primer - ca0c678de91203b2ce946624f6be0d631c582f98 authored about 6 years ago
Update README.md

github.com/asciidwango/js-primer - 2849eba1fa6f91b6f0c3f2545cd0d90942e57717 authored over 6 years ago
Update CONTRIBUTING.md

github.com/asciidwango/js-primer - a2ff0a06574fe9cbc86c5c4ab19a44b3dae2da7f authored over 6 years ago
fix(feedback): grammar (#563)

github.com/asciidwango/js-primer - c59352171b5fb0acc4d0c38872690d275ce1a0ab authored over 6 years ago
[fix] 助詞が抜けていたのを見つけたため修正 (#564)

github.com/asciidwango/js-primer - 009f34d88bd4d7378bf01bfe78769f17d1a56db5 authored over 6 years ago
fix grammar (#562)

「書かれおり」は明らかに脱字。修正ついでに読みやすいよう改変

github.com/asciidwango/js-primer - dac9c3023ee81fc1588e9af71c131fb82479b75a authored over 6 years ago
refactor(async): 読みにくい部分を修正

github.com/asciidwango/js-primer - 4b9da46b3758176057586ad1a831a0b7617174b9 authored over 6 years ago
chore(travis): use Node.js 8 and 10

github.com/asciidwango/js-primer - 8272b8cefcf4a305bdc3c679af39ca85fb2c26da authored over 6 years ago
Node.js実行環境 (#534)

* wip

* wip

* fix

* 構成を見直し

* fix

* update

* fix

* Update source/use-case/se...

github.com/asciidwango/js-primer - 9600a2774984c39080afb49b03ecb1eebb7c6f64 authored over 6 years ago
fix(todo): EventEmitterの実行サンプルを修正 (#561)

`EventEmitter`のサンプルコードを修正。
`type`がない時代のサンプルコードが残っていた。

fix #560

github.com/asciidwango/js-primer - 8670c09c6976d8e973baea66e2e520f2daf99d80 authored over 6 years ago
fix(array): fix link

github.com/asciidwango/js-primer - 6f221f403c19ac1e5bdc330bc7f9829cdf0192b5 authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 1d80d13bbd78f98895ea0e8c7e302d8eb9ec6b35 authored over 6 years ago
fix(todoapp): fix typo (#557)

github.com/asciidwango/js-primer - b30d86ae8cabf2691fc5fd930af600fb78ad7c9b authored over 6 years ago
feat(other-parts): その他の高度なAPI (#549)

* feat(other-parts): 高度なAPI

* fix title

* add link to SUMMARY

* chore(other): add autho...

github.com/asciidwango/js-primer - cddd9b57b60b4b3ffe78627c4558d3f4fef149cb authored over 6 years ago
feat(meetings): 2018-10-25のミーティングノート (#556)

2018年10月25日のミーティングログです。
意見や質問はこのPull Requestに書いてください。

close #537

Web: https://jsprimer.net/

github.com/asciidwango/js-primer - 16248e4efbeb6bbff8a7aeb49fbafae271ad4373 authored over 6 years ago
fix(function-scope): 静的スコープは関数共通の仕組み (#551)

fix #421

github.com/asciidwango/js-primer - 75a7c208b42d42bce567e8941a27a19c60df3f1e authored over 6 years ago
fix(object): 文章が途中で切れているのを修正 (#550)

fix #529

github.com/asciidwango/js-primer - b7d452c942a81eaf34db19b9fac36da0b91e5174 authored over 6 years ago
fix(array): インデックスは0スタートについてを追加 (#548)

fix #253

github.com/asciidwango/js-primer - 57c1fb974844825f3b0d0450dc9c05d1127bc3de authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 5d20df981e9f188db58bd517d286830faf937853 authored over 6 years ago
feat(website): add CNAME file

github.com/asciidwango/js-primer - c384d10fabd33907d53dfa10298d094e8df0c7c3 authored over 6 years ago
feat(object): spread構文を追加 (#547)

ユースケースnode-cliのリンクも修正

fix #349
fix #425

github.com/asciidwango/js-primer - 830244f1b684f8936c083a12719adbb033bdeaf8 authored over 6 years ago
Merge pull request #546 from asciidwango/array-iterate

feat(array): 配列の高階関数を追加

github.com/asciidwango/js-primer - eb86f1aee08fffbedfebe7057699127147d6222e authored over 6 years ago
feat(array): Array#reduceを追加

github.com/asciidwango/js-primer - b8c4277b75f7599db2d1b8ec1b0f2d2a253df86d authored over 6 years ago
feat(array): 配列の高階関数を追加

github.com/asciidwango/js-primer - f25925ca2fc9b7daec45049d40ba23a909405749 authored over 6 years ago
feat(repl): コンソールの開き方とデバッグ (#545)

# コードの評価と結果の表示

目的: ブラウザでのコード評価方法、Console APIの使い方、構文エラーとデバッグについて学ぶ

- ブラウザ
- Firefox
- 開発者...

github.com/asciidwango/js-primer - 5bf392d58182c2e803e37f50e0aad61e3123c4d3 authored over 6 years ago
feat(website): add title to codeblock (#543)

* feat(website): add title to codeblock

fix https://github.com/asciidwango/js-primer/issues/2...

github.com/asciidwango/js-primer - 24a08c4b02ffaf18ea38eeeb06597fc41c9d04a8 authored over 6 years ago
Merge pull request #544 from knt45/patch-1

fix typo

github.com/asciidwango/js-primer - 60cb0de17713dbb647f3cced2b61811a4535cbaa authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - e24fdca96a414a4ddf207994d0363aa6025c34c1 authored over 6 years ago
fix(function-scope): disable eslint

github.com/asciidwango/js-primer - f1e7e42822b19e28025a3660d7e4c0277c9c37c4 authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 1e429709295d0c157ffe417e5ad8cd3272e13f75 authored over 6 years ago
fix(function-declaration): コールバック関数と非同期処理について

fix #508

github.com/asciidwango/js-primer - 60ff775efff14112a7d3ce88765b8bb57f662111 authored over 6 years ago
refactor(bad-parts): 即時実行関数を関数スコープへ移動

refs #526

github.com/asciidwango/js-primer - d5840691d08058f70b5a407562edadddf6371cfd authored over 6 years ago
Merge branch 'redirect-url'

github.com/asciidwango/js-primer - edf31e1766671885025c52e1224d84e10259e19a authored over 6 years ago
chore(website): move to https://jsprimer.net/

github.com/asciidwango/js-primer - fad10de0476dcd8172a2615e8df0da4600733de9 authored over 6 years ago
Merge pull request #541 from asciidwango/add-header-link

feat(website): add link to top and logo

github.com/asciidwango/js-primer - 7fc3d2672a8b51794e6bf730c55887a43cf748e6 authored over 6 years ago
feat(website): add link to top and logo

github.com/asciidwango/js-primer - 670898247fde980d0fe143b7dc131bc037be5c59 authored over 6 years ago
Merge pull request #540 from asciidwango/intro-textlint-rule

refactor(textlint): apply textlint-rule-no-unmatched-pair

github.com/asciidwango/js-primer - c89f2b33e89988834c38abd4986ee88fe4449ccb authored over 6 years ago
refactor(textlint): apply textlint-rule-no-unmatched-pair

github.com/asciidwango/js-primer - b5bc51cea3004b52a891e09a225a64075b2a9a5f authored over 6 years ago
fix(async): JobQueueについての記述を削除

github.com/asciidwango/js-primer - d6947c496d77e2cbfa6d9ff98d7a2ee6a0876c51 authored over 6 years ago
Merge pull request #536 from asciidwango/async-function

feat(async): Async Function

github.com/asciidwango/js-primer - efcaa4bcb2da7f88cab529e5970af5e43b861102 authored over 6 years ago