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(outline): Update outline

github.com/asciidwango/js-primer - 87470011cd4638261dfc0e50eaecd82488be4437 authored over 6 years ago
chore(todoapp): listElementに変更

github.com/asciidwango/js-primer - f74cf83c2cb912e0c9ed74a75da79f4bdf39e86e authored over 6 years ago
test(todoapp): add TodoList test

github.com/asciidwango/js-primer - 418664b841aba9691adcc0f4a622d27dbffaff1b authored almost 7 years ago
refactor(todoapp): handle pattern

github.com/asciidwango/js-primer - d443c949a874c65ba002f0795abe932ef08443b0 authored almost 7 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 9910b68d3040d5aa11c4464da622fb7c1ae04565 authored almost 7 years ago
feat(todo): エントリポイント (#439)

* chore: add applescript

* feat(todo): add entrypoint

* chore: 表記統一

* fix(todo): エラーのパタ...

github.com/asciidwango/js-primer - bd8769ef73f49524e4e98b66431031cb03917afd authored almost 7 years ago
fix: improve arg (#441)

github.com/asciidwango/js-primer - a7f4565d8764006d4da983fd765d637a5d1d1551 authored almost 7 years ago
fix: fix typo (#440)

github.com/asciidwango/js-primer - 702a46bc54957f11222ee18e292678d9c01a5b76 authored almost 7 years ago
feat(todo): Todoアプリのindexを追加 (#436)

github.com/asciidwango/js-primer - 6df84eca928c86e14d40963c444915009b6c393d authored almost 7 years ago
fix(ajax): fix typo

github.com/asciidwango/js-primer - f63fe68cb0703901a02a8900f85c9e8ef38da87e authored almost 7 years ago
Update README.md (#435)

github.com/asciidwango/js-primer - e940d83c56a0207621c35caef8a406eb68d60f3f authored almost 7 years ago
chore(todo): remove strict mode

github.com/asciidwango/js-primer - 96ad4e96e0030cbdb4e20e919f86b3baa071c0ca authored almost 7 years ago
refactor(todo): TodoにCSSをあてた (#432)

* refactor(todo): use Map/Set for EventEmitter

* refactor(todo): スタイルを追加

github.com/asciidwango/js-primer - a384535a6a7ea1ecdbe819b082063e825d7edb66 authored almost 7 years ago
fix(summar): md-to-htmlのリンクを修正

fix #426

github.com/asciidwango/js-primer - 89dab30fdd66878501374df483983db8b56520ad authored almost 7 years ago
fix(map-and-set): fix header word (#428)

github.com/asciidwango/js-primer - 412f8733620f40a81371a59e70996ee4f7f2d55b authored almost 7 years ago
feat(meeting): 2018年3月22日のミーティングノート (#427)

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

* Update

github.com/asciidwango/js-primer - 18ef8556dcf2d00745655f7250f07e2abd916553 authored almost 7 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 7c573188d93b24de496b716c5483f5535f0251df authored almost 7 years ago
Merge remote-tracking branch 'origin/master'

# Conflicts:
# source/use-case/todoapp/OUTLINE.md

github.com/asciidwango/js-primer - 0ac9c5b48084b852187e1cf55192e048470968b7 authored almost 7 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - a8d74318922a779f21cceef2011e9daf50f9b63b authored almost 7 years ago
feat(tool): inline code

github.com/asciidwango/js-primer - 471ad907e64fe48ef8e7457df1758bdd56997ce8 authored almost 7 years ago
feat(todo): add OUTLINE

github.com/asciidwango/js-primer - 6b660ef14d2eb83a6cbfb4cc059c4ae3e18f6fab authored almost 7 years ago
Merge pull request #381 from asciidwango/refine-todomvc

refactor(todoapp): Viewをテンプレートベースに

github.com/asciidwango/js-primer - f809456c3a0c4f9c8177bd91331e40a00f607c4b authored almost 7 years ago
style(todo): fix lint

github.com/asciidwango/js-primer - a97c93045a4f63bc1eedc5ea15dedfa82841bab6 authored almost 7 years ago
test(todo): enable ci

github.com/asciidwango/js-primer - 23bd40d50c9c7aa341c58392ea99d388c1a431b8 authored almost 7 years ago
refactor(todo): htmlとElementの用語統一

github.com/asciidwango/js-primer - ef720460203f5eb68c33dc7d7a150298474991e0 authored almost 7 years ago
test(todo): E2Eテストを追加

github.com/asciidwango/js-primer - 2aa5628920e73ba5adf54cf59f4d258b4d0d9527 authored almost 7 years ago
refactor(todoapp): Viewをtemplateで作るように変更

github.com/asciidwango/js-primer - 663d028d771b8faa8ff9982e480d6d2c6c4114e4 authored almost 7 years ago
Merge pull request #385 from asciidwango/static-inherit

feat(class): 静的メソッドの継承

github.com/asciidwango/js-primer - 9fd02e8b0fe0ec4b262a4ad1b05b8966a634e62b authored almost 7 years ago
feat(class): 静的メソッドの継承

github.com/asciidwango/js-primer - aefdffa47fb0aaedf5b50232049f12fbad65a227 authored almost 7 years ago
Merge pull request #418 from asciidwango/add-textlint-rule-require-header-id

fix: ヘッダのIDをチェックするtextlintルールの追加

github.com/asciidwango/js-primer - ec7afb4307fcf9f4f982f0e7876b1607577438cc authored almost 7 years ago
fix: ヘッダのIDをチェックするtextlintルールの追加

- https://github.com/textlint-rule/textlint-rule-require-header-id

github.com/asciidwango/js-primer - 657d2c5b5b9be2b1a1ee2f1fd8c0ab2176a3c8be authored almost 7 years ago
Merge pull request #416 from nd-02110114/add-permanent-notation-ajax

Add permanent notation to ajax

github.com/asciidwango/js-primer - 863f449fae337d5661861e19b9317293b29c4573 authored almost 7 years ago
Merge pull request #415 from nd-02110114/add-permanent-notation-nodecli

add permanent notation to nodecli

github.com/asciidwango/js-primer - 4cfff48a24d805f3fa74dff9f979a6bae3ca5b73 authored almost 7 years ago
fix(ajax): fix word

github.com/asciidwango/js-primer - 2b02bd735683118d8f5571717dd4d2a48f2508a8 authored almost 7 years ago
fix(nodecli): fix typo

github.com/asciidwango/js-primer - fd34193f1ce0759628e59e27196861bfba957fa0 authored almost 7 years ago
Merge pull request #417 from nd-02110114/add-permanent-notation-basic

add permanent notation to basic

github.com/asciidwango/js-primer - cb1f6e58d31b01d55357dd702c4dcf4db94d4582 authored almost 7 years ago
fix(basic): add permanent notation

github.com/asciidwango/js-primer - 8d8efd3a36d68e9f70d728930de1ede5b97b82bd authored almost 7 years ago
fix(nodecli): add permanent notation

github.com/asciidwango/js-primer - 878d445971ada0bd4659fa4a352c6aab192ea82e authored almost 7 years ago
fix(ajax): add permanent notation

github.com/asciidwango/js-primer - 9c1fbc9c9a80bafb7fa2078f44cdfe056d0c0e69 authored almost 7 years ago
fix(ajax): add permanent notation

github.com/asciidwango/js-primer - 39a28b0efed77487f42c668a50795fdb34350787 authored almost 7 years ago
Merge pull request #400 from nd-02110114/add-permanent-notation-string

add-permanent-notation to string

github.com/asciidwango/js-primer - 4b3c677d87e807a743f148f4df2828310c0df392 authored almost 7 years ago
Merge pull request #399 from nd-02110114/add-permanent-notation-array

add-permanent-notation to array

github.com/asciidwango/js-primer - 14f4785b8aaecf8fe5ebae095600433d7c1a2f6d authored almost 7 years ago
Merge pull request #397 from nd-02110114/add-permanent-notation-implicit-coercion

add-permanent-notation to implicit-coercion

github.com/asciidwango/js-primer - 71b7888ee6c0a3697f13bf55f2faf325200522d8 authored almost 7 years ago
Merge pull request #403 from nd-02110114/add-permanent-notation-function-scope

add-permanent-notation to function-scope

github.com/asciidwango/js-primer - c49b93b267dc6c25fd26d2f453538abb30892c4e authored almost 7 years ago
fix(function-scope): fix word

github.com/asciidwango/js-primer - cee0fc328c8087c2beae64cebe4f41b1a22c1400 authored almost 7 years ago
fix(string): fix word

github.com/asciidwango/js-primer - 1689c06e6e1a7e2d1a721d002ef61c0987b9a424 authored almost 7 years ago
fix(array): fix word

github.com/asciidwango/js-primer - 8e2c11831a868423ae7f000db6355b6eed466f2e authored almost 7 years ago
fix(implicit-coercion): fix Heading

github.com/asciidwango/js-primer - 1dcd52fc5462976eb1a69586485928b00f7af17c authored almost 7 years ago
Merge pull request #410 from nd-02110114/add-permanent-notation-bad-parts

Add permanent notation to bad parts

github.com/asciidwango/js-primer - de5fbf8c45c7f4cde116372a995dcc730d173204 authored almost 7 years ago
Merge pull request #414 from nd-02110114/patch-1

Typoの修正

github.com/asciidwango/js-primer - 629d6458df2455205c5cd3e252b0df6a22f0bae6 authored almost 7 years ago
Merge pull request #409 from nd-02110114/add-permanent-notation-map-and-set

Add permanent notation to map and set

github.com/asciidwango/js-primer - 92f9f6d0c163dd19b05b327317b9e238e604f24a authored almost 7 years ago
fix(bad-parts): fix word

github.com/asciidwango/js-primer - 89c30cc0e976c6b98e87ad1fc43ba9a3bce1da32 authored almost 7 years ago
fix(ecmascript): fix typo

github.com/asciidwango/js-primer - 53901a5deb20980abd68cd1c68ee16d4a40c9b66 authored almost 7 years ago
Merge pull request #402 from nd-02110114/add-permanent-notation-wrapper-object

add-permanent-notation to wrapper-object

github.com/asciidwango/js-primer - 0d1d3ab75ff48e76d5169f8d34d65164e0b453e5 authored almost 7 years ago
Merge pull request #398 from nd-02110114/add-permanent-notation-object

add-permanent-notation to object

github.com/asciidwango/js-primer - 3e3c3eb966dd3490c8074bc2038db4fc648287a1 authored almost 7 years ago
Merge pull request #401 from nd-02110114/add-permanent-notation-math

add-permanent-notation to math

github.com/asciidwango/js-primer - dbaa043e9c0b7a100c8f372de38090ce9fc4db1e authored almost 7 years ago
Merge branch 'master' into add-permanent-notation-wrapper-object

github.com/asciidwango/js-primer - f95527b43122e3700888f06ce44611f2e9f90ba6 authored almost 7 years ago
Merge pull request #404 from nd-02110114/add-permanent-notation-function-this

Add permanent notation to function this

github.com/asciidwango/js-primer - 4d03f3ed22f0d66fb57ddfe7cb6dfc839911a456 authored almost 7 years ago
Merge pull request #405 from nd-02110114/add-permanent-notation-class

add-permanent-notation to class

github.com/asciidwango/js-primer - f3ac54424486c32d341ce31b639f8a705de879c2 authored almost 7 years ago
Merge pull request #407 from nd-02110114/add-permanent-notation-json

add-permanent-notation to json

github.com/asciidwango/js-primer - 71f8eee30f1c798ca40597f44288af0e91a3da26 authored almost 7 years ago
Merge pull request #408 from nd-02110114/add-permanent-notation-date

add-permanent-notation to date

github.com/asciidwango/js-primer - 9be49f89bde3f17e04dccf7ced9ce3cadfa0cd15 authored almost 7 years ago
Merge pull request #411 from nd-02110114/add-permanent-notation-ecmascript

add-permanent-notation to ecmascript

github.com/asciidwango/js-primer - 44ff3722f421cb8fd0b4fcb6b0d4237d100c405d authored almost 7 years ago
Merge pull request #412 from nd-02110114/add-permanent-notation-operator

add-permanent-notation to operator

github.com/asciidwango/js-primer - 627937ed4cb8c4c7428ce9531f7077ed3d5853d1 authored almost 7 years ago
Merge pull request #413 from nd-02110114/add-permanent-notation-introduction

add-permanent-notation to introduction

github.com/asciidwango/js-primer - 25dc0657baeddd96ce045a62c769fa37348bb53c authored almost 7 years ago
Merge pull request #406 from nd-02110114/add-permanent-notation-error-try-catch

add-permanent-notation to error-try-catch

github.com/asciidwango/js-primer - da8c1b89273ad5c22ecc65ed31528fe29c415a4c authored almost 7 years ago
fix(error-try-catch): fix Heading

github.com/asciidwango/js-primer - 4d17138c5501b4d31b93f021a24774549a934aa9 authored almost 7 years ago
fix(introduction): add-permanent-notation

github.com/asciidwango/js-primer - 5bfc2e63f2d172ac573c724a72a5188629dac2bc authored almost 7 years ago
fix(operator): add-permanent-notation

github.com/asciidwango/js-primer - 48a490854cbefb163b7401ce857ad8ae0530562f authored almost 7 years ago
fix(ecmascript): add-permanent-notation

github.com/asciidwango/js-primer - 56e914527917b8c456aa35738cb5a57a78df2b3f authored almost 7 years ago
fix(bad-parts): fix typo

github.com/asciidwango/js-primer - ddbcdd92fd63137c4b140301eb3fe8a4defb0728 authored almost 7 years ago
fix(map-and-set): fix typo

github.com/asciidwango/js-primer - 2575b8f6abfb1d2630f0a205a857fc28c9fafe25 authored almost 7 years ago
fix(map-and-set): add-permanent-notation

github.com/asciidwango/js-primer - 4168a5cb0fc5ce6249b29d92bf85932d3dfac620 authored almost 7 years ago
fix(date): add-permanent-notation

github.com/asciidwango/js-primer - d568663d4b0c63214b9933471bcbd23387b0d9fc authored almost 7 years ago
fix(json): add-permanent-notation

github.com/asciidwango/js-primer - 753e3c6d0cbf45a35892c79ec019528ecc3d166c authored almost 7 years ago
fix(error-try-catch): add-permanent-notation

github.com/asciidwango/js-primer - 1aeead3f98a8dc67f93f153501e1a8f09ddc0716 authored almost 7 years ago
fix(class): add-permanent-notation

github.com/asciidwango/js-primer - 0cb8136bc473d8fae1e15db136c8e122f16f15b0 authored almost 7 years ago
fix(function-this): add-permanent-notation

github.com/asciidwango/js-primer - cc984732a7b7741cb6a58fe6a23ebeee62338bda authored almost 7 years ago
fix(function-scope): add-permanent-notation

github.com/asciidwango/js-primer - 94fcdbbaf31db56a154d4276fb6d625a4e4dada7 authored almost 7 years ago
fix(wrapper-object): add-permanent-notation

github.com/asciidwango/js-primer - bf1f0fa2828db3d533941a28f3233e6e73ee17be authored almost 7 years ago
fix(math): add-permanent-notation

github.com/asciidwango/js-primer - 53d319520c01e455371004139c23921eaef54d48 authored almost 7 years ago
Merge pull request #392 from nd-02110114/add-permanent-notation-data-type

add permanent notation to data-type

github.com/asciidwango/js-primer - 8b07b829bbacb9ee3228f1fac0e6adc20190125e authored almost 7 years ago
fix(string): add-permanent-notation

github.com/asciidwango/js-primer - 5268d6d602e5582310f0e04d81e1758b25f66a5c authored almost 7 years ago
fix(data-type): fix typo

github.com/asciidwango/js-primer - b0f0991ded5ea28c0705a7bd308793295a96a57d authored almost 7 years ago
fix(array): add-permanent-notation

github.com/asciidwango/js-primer - afa09639539561c8d12d816e721ff0cf275b0e9f authored almost 7 years ago
fix(object): add-permanent-notation

github.com/asciidwango/js-primer - 06b21d27eb7d308ebc7e6ba1084e25ff9eceee4b authored almost 7 years ago
Merge pull request #391 from nd-02110114/add-permanent-notation-read-eval-print

add permanent notation to read-eval-print

github.com/asciidwango/js-primer - 20651ddaabdc37c3cf8b6ad392c2ed0b6ea04cd5 authored almost 7 years ago
Merge pull request #396 from nd-02110114/add-permanent-notation-loop

add permanent notation to loop

github.com/asciidwango/js-primer - a2e8a4f9f8c885fce3a847970900286350d305ef authored almost 7 years ago
Merge pull request #393 from nd-02110114/add-permanent-notation-function-declaration

add permanent notation to function-declaration

github.com/asciidwango/js-primer - 27ca95c08f18465bc598f5fe62878a4e223eae3f authored almost 7 years ago
Merge pull request #394 from nd-02110114/add-permanent-notation-statement-expression

add permanent notation to statement-expression

github.com/asciidwango/js-primer - 6d2b6e6478c2eb6b2e42c03b163d34b57db6c76f authored almost 7 years ago
Merge pull request #395 from nd-02110114/add-permanent-notation-condition

add permanent notation to condition

github.com/asciidwango/js-primer - 6d1512ad5d10ed89ac46513e040700cbe7426de2 authored almost 7 years ago
Merge branch 'master' into add-permanent-notation-loop

github.com/asciidwango/js-primer - 7bcf9d7c3713f6a8af2a09c3840f530d84b1291e authored almost 7 years ago
Merge pull request #390 from nd-02110114/add-permanent-notation-variables

add permanent notation to variables

github.com/asciidwango/js-primer - 003376d6f1976ab7a08a86f4bfd19fb3507ae1dd authored almost 7 years ago
fix(implicit-coercion): add-permanent-notation

github.com/asciidwango/js-primer - da8e5ed59a50f1ce220bf7b068306a1a64c28946 authored almost 7 years ago
fix(loop): delete space

github.com/asciidwango/js-primer - 59cf430cf2fb06e07cf3c115b939a56e3b6ea891 authored almost 7 years ago
fix(loop): add permanent notation

github.com/asciidwango/js-primer - 61eee0445b249f65934c6c829fd58d04ef9ab3cd authored almost 7 years ago
fix(condition): add permanent notation

github.com/asciidwango/js-primer - 0362265ac8b72aef1b908c6836b414186fdadbf9 authored almost 7 years ago