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(statement-expression): add permanent notation

github.com/asciidwango/js-primer - 4dbf79b025c22e9e73da8ad2517d1d7df33e669c authored almost 7 years ago
fix(read-eval-print): add permanent notation

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

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

github.com/asciidwango/js-primer - c270d81b83fa8a389d3ac67075f668952e9ddbb0 authored almost 7 years ago
Merge pull request #389 from nd-02110114/add-permanent-notation-comments

パーマネントURLをComment章に追加した

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

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

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

github.com/asciidwango/js-primer - 87856ee9d68d87ba0a76c27d78eb9607d84f05e7 authored almost 7 years ago
Merge pull request #387 from nd-02110114/fix-typo-function-this

Console内のコードの修正 (function-this)

github.com/asciidwango/js-primer - 9ada005397b7b9584d43467adbe0f0774cfa9f47 authored almost 7 years ago
Merge pull request #388 from asciidwango/fix-wrapper-object

fix(wrapper-object): 余計な文を削除

github.com/asciidwango/js-primer - 8cac5887ea4e2732d91c303ac02cf2076ab01722 authored almost 7 years ago
fix(wrapper): 序文を修正

github.com/asciidwango/js-primer - d3610640c33747198a0c2071411628396ffafad1 authored almost 7 years ago
fix(wrapper-object): 余計な文を削除

fix #386

github.com/asciidwango/js-primer - 16ebc1f5011bce5180eff348dd65a28785ca07e7 authored almost 7 years ago
chore:(function-this): fix console code

github.com/asciidwango/js-primer - 2085fd5e867bacf939a08fc73fc0a6121ac51f46 authored almost 7 years ago
chore:(function-this): fix console code

github.com/asciidwango/js-primer - ba8bd6e284947222e008ad1a6155854341e016a9 authored almost 7 years ago
test:(function-this): delete console.log() for passing test

github.com/asciidwango/js-primer - ff456b9bd1cb496f6229dae1598300c8f93e7e50 authored almost 7 years ago
chore(function-this): fix console code

github.com/asciidwango/js-primer - 3da2d3f0c8a8a4a5064e39f613ecfbeccadc1b0d authored almost 7 years ago
Merge pull request #384 from TAKEDA-Takashi/loop-correct

Loop correct

github.com/asciidwango/js-primer - 7558f9d3b3ac91127cd3eae30b42e0d916a5963a authored almost 7 years ago
style(loop): スペースの調整

github.com/asciidwango/js-primer - 4d8ea005e6c18fd43e1d32efbc053bb4e9dcba7f authored almost 7 years ago
fix(loop): メソッドの表記が異なっていたのを修正

github.com/asciidwango/js-primer - a702604e19db72214465f36ed799319b9e3ea943 authored almost 7 years ago
chore(loop): fix typo

github.com/asciidwango/js-primer - 7b2906cd88777febc7da5a94b792d9c9160f1896 authored almost 7 years ago
feat(class): ビルトインオブジェクトの継承について (#383)

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

github.com/asciidwango/js-primer - cba8e11604fcc74a0bcf1618eab40efbd9a3e9a3 authored almost 7 years ago
feat(class): 静的メソッド (#380)

* feat(class): 静的メソッド

静的メソッドの利用方法について

* Add notation

* fixup

github.com/asciidwango/js-primer - d11a8d3f075445f848fe35c76c7118db7e97fe61 authored almost 7 years ago
refactor(class): プロトタイプメソッドとインスタンスオブジェクトのメソッド (#379)

* refactor(class): プロトタイプメソッドとインスタンスオブジェクトのメソッド

* fixup

* fixup

* fixup

* fixup

github.com/asciidwango/js-primer - 1e3e5124821a8c876b7a039524cd979bd524c6f7 authored almost 7 years ago
feat(gitbook): add TOC button

github.com/asciidwango/js-primer - 0c195a31442677f97c9aacda19e2e2a17c563cf9 authored almost 7 years ago
chore(docsearch): update search (#378)

github.com/asciidwango/js-primer - 9fe553b94d8031775254168cebe47548bac30f1b authored almost 7 years ago
fix(object): fix typo (#377)

github.com/asciidwango/js-primer - cda7fe5093108073bac7e82ad6ffa9da5087caa2 authored almost 7 years ago
fix(operator): fix typo (#376)

github.com/asciidwango/js-primer - 46cc2415657ccbb43d7125ff59d79dbff2e2b495 authored almost 7 years ago
chore(condition): fix typo (#373)

github.com/asciidwango/js-primer - 94e130f1f8bfbbfbabc5541717457f6c9cf2a2a6 authored almost 7 years ago
fix(ecmascript): fix 6 -> 4

github.com/asciidwango/js-primer - 02e7ee6f79e8e2c88f39328c189df6cb1028c321 authored almost 7 years ago
fix(statement-expression): ifとforを取り違えていた部分を修正 (#371)

github.com/asciidwango/js-primer - f5ff3a456c3df5b4682810764730eb8780b7c47f authored almost 7 years ago
feat(ecmascirpt): ECMAScriptについて (#367)

* feat(ecmascript): ECMAScriptのプロセス

* feat(process): プロセス

* feat(ecmascript): ECMAScriptの章...

github.com/asciidwango/js-primer - 39a652c6c29b6df43ddd88487a59b6308bd1b41e authored almost 7 years ago
fix(variable): 変数と宣言のリファクタ (#370)

* fix(variable): 変数と宣言のリファクタ

* fix

* fix

* fix

* fix

* fix

* fix

* fix

*...

github.com/asciidwango/js-primer - 96aa59fe284ecc9cee025a6a7c9765e66092b7a2 authored almost 7 years ago
Merge pull request #369 from TAKEDA-Takashi/fix-typo-function-declaration

chore(function-declaration): fix typo

github.com/asciidwango/js-primer - a65011b02b9f3a3a6e7b9841ca93a68f9bdf7a40 authored almost 7 years ago
chore(function-declaration): fix typo

github.com/asciidwango/js-primer - 7e1975e4c861ffa42436831de36b7a99513ec3f2 authored almost 7 years ago
Merge pull request #368 from TAKEDA-Takashi/fix-typo-data-type

chore(data-type): fix typo

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

github.com/asciidwango/js-primer - 523dcba266cebab3e6271d24ef251b556a1b775e authored almost 7 years ago
Merge pull request #366 from TAKEDA-Takashi/fix-typo-variables

chore(variables): fix typo

github.com/asciidwango/js-primer - 5d843438e2ec433e3f447c7a53a5e0d0cfbd0ae5 authored almost 7 years ago
chore(variables): fix typo

github.com/asciidwango/js-primer - 67be3a438220a3a055fc7eeff9e1dd047a6f4326 authored almost 7 years ago
fix(function-this): 対処法のHeaderエベルを修正

github.com/asciidwango/js-primer - cbbe21d6823f7c78e1bc71867db3f4b62d29e33b authored almost 7 years ago
Merge pull request #364 from TAKEDA-Takashi/fix-typo-class

Fix typo class

github.com/asciidwango/js-primer - acc7a6250417eda2a6d2c84308cb437ad722755c authored almost 7 years ago
chore(class): fix typo

github.com/asciidwango/js-primer - 555fe815367f887f979a532708d8f6275d971b6c authored almost 7 years ago
chore(class): fix typo

github.com/asciidwango/js-primer - d2ab50e3e4a9bdb49a1da7226f62e52bf6094595 authored almost 7 years ago
fix(textlint): fix typo

github.com/asciidwango/js-primer - b0ad0f53b0700e98e85da2613aac50b86b1e4ccb authored almost 7 years ago
Merge pull request #363 from asciidwango/fix-whitelist-rule

fix(textlint): add `g` flag to whitelist

github.com/asciidwango/js-primer - fa7f2b9c4f5a2bec246286d046ef636d4b07ccc0 authored almost 7 years ago
fix(textlint): add `g` flag to whitelist

github.com/asciidwango/js-primer - 4bcd85c2826d43406142aa98e03b157987aab6a0 authored almost 7 years ago
Merge pull request #361 from yumetodo/patch-1

fix: add permanent notation

github.com/asciidwango/js-primer - a2681b8bdf2aa0cfaf52df43b3bf0df52943da9b authored almost 7 years ago
fix(texlint): ignore permanent notation

github.com/asciidwango/js-primer - 8199ae45a923e336f56ffa1720ee434f5ff6f9b2 authored almost 7 years ago
fix(website): fix docSearch plugin (#362)

github.com/asciidwango/js-primer - 2f12b3977260f32c60e84bed72e0c149eb611e4c authored almost 7 years ago
fix: add permanent notation

ref:
- https://github.com/asciidwango/js-primer/issues/359

github.com/asciidwango/js-primer - 1da50103080fea1e0b7b25030767b7a213c94493 authored almost 7 years ago
feat(website): add DocSearch (#360)

* feat(website): add DocSearch

* fix test

github.com/asciidwango/js-primer - 9433ea3e8245cf7a860881aee3199a1ccd3c877b authored almost 7 years ago
feat(class): プロトタイプ継承 (#357)

* feat(class): 継承のサンプルコード

* feat(class): 継承

* fix example

* fix

* fix

* refactor(...

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

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

github.com/asciidwango/js-primer - 043140f0cb8390098eff329482acd81e952aeb9c authored almost 7 years ago
feat(class): プロトタイプ (#354)

* Add prototype

* feat(class): プロトタイプ

* fix: プロトタイプオブジェクト

* fix: プロトタイプチェーンの仕組み

* ad...

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

github.com/asciidwango/js-primer - 0ca975174641d171a71ff3a28a79724cd06c102f authored almost 7 years ago
Merge pull request #355 from asciidwango/fix-format-yobidasu

style(prh): 呼びだす -> 呼び出す

github.com/asciidwango/js-primer - 7a2f0577265a028928392287451e95948f9395b7 authored almost 7 years ago
style(prh): 呼びだす -> 呼び出す

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

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

github.com/asciidwango/js-primer - 000879fe3f172643a29bcf4a3684b5aa4e5997f4 authored almost 7 years ago
Merge pull request #352 from asciidwango/nodecli-package-lock

fix(nodecli): package-lock.jsonについての記述を追加

github.com/asciidwango/js-primer - 2704f6bc9e6fc0aaac1f0a4997172900fc9f1dba authored almost 7 years ago
Merge pull request #353 from asciidwango/fix-ajaxapp-broken-link

fix(usecase/ajaxapp): 壊れていたリンクを修正

github.com/asciidwango/js-primer - 357c72f83fdbfcd1fc7afae5dc6b945cfa537835 authored almost 7 years ago
fix(usecase/ajaxapp): 壊れていたリンクを修正

github.com/asciidwango/js-primer - cb654b18e78a06036f0df36038160003577ed0e8 authored almost 7 years ago
fix(nodecli): package-lock.jsonについての記述を追加

github.com/asciidwango/js-primer - 25c4e9446b1012653ea6a5822871049c7b3247d4 authored almost 7 years ago
Merge pull request #351 from asciidwango/nodecli-rest-properties

fix(usecase/nodecli): Rest/Spreadプロパティを使って書き直し

github.com/asciidwango/js-primer - 97a1e38be8206904b569cf3b0cfce551e97a4932 authored almost 7 years ago
fix(usecase/nodecli): Rest/Spreadプロパティを使って書き直し

github.com/asciidwango/js-primer - 7d47a70d45d491614164cab2c3c16db45f998c11 authored almost 7 years ago
Merge pull request #350 from asciidwango/2018-02-01-meeting

2018年2月1日のミーティングノート

github.com/asciidwango/js-primer - 3a67eddafee47f2f283d0d0b733cff53d23209d6 authored almost 7 years ago
feat(meeting): add 2018-02-01ミーティングノート

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

github.com/asciidwango/js-primer - 8c7c0f634c0e653c6c8bd1224d53547ee4ee8db5 authored almost 7 years ago
Merge pull request #346 from asciidwango/fix-class-order

fix(class): 細かい順番を変更

github.com/asciidwango/js-primer - 1b46189368d0eb310e5de813a87d5b6376d14d13 authored almost 7 years ago
Add {{book.console}}

github.com/asciidwango/js-primer - 976e0feccc03dd9d17136965d8151cd55405f09c authored almost 7 years ago
fix(class): 細かい順番を変更

github.com/asciidwango/js-primer - 276e6967bc70353a998bcaff8913b266dc8a9220 authored almost 7 years ago
refactor(todoapp): Refactor to plain ES module (#344)

github.com/asciidwango/js-primer - 813b5a338a3f5e3b7a67df68df9b8756a51dd4a6 authored almost 7 years ago
feat(class): add example

github.com/asciidwango/js-primer - fff98893f211880ad93dbfc5a89a2038bfadf119 authored almost 7 years ago
feat(class): メソッド/アクセッサプロパティ (#342)

* feat(class): アクセッサプロパティ

* fix: array likeの実装を変更

* インスタンスのメソッド定義を変更

* fix

* fix クラス...

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

github.com/asciidwango/js-primer - 83d28066c2a732c40dd0b2e51634ee9465f4b89c authored about 7 years ago
chore(textlint): update to textlint@10

github.com/asciidwango/js-primer - ff813e1376fe353ada83aa1ddeeeace78a8c4bd5 authored about 7 years ago
feat(class): クラスの定義とインスタンス化 (#341)

* feat(class): クラスの作成

* fix link

* fix lint

* fix

* Fix

* Fix

* fix

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

github.com/asciidwango/js-primer - 1df7f1ccc2e49e281ebef3009d0ebf3873c54fe7 authored about 7 years ago
feat(class): クラスの導入 (#340)

* feat(class): add Example

* feat(class): クラスの導入

* fix typo

* fix typo

* chore: add ...

github.com/asciidwango/js-primer - 50ee22bfda44d43d43dfbcc4c9f6e8674d31e3cd authored about 7 years ago
refactor(data-type): ドット記法アクセス時の変数名が違っているのを修正 (#339)

github.com/asciidwango/js-primer - 541710b3914d79c68d925fe0235dfaef67f1910b authored about 7 years ago
chore(this): add "use strict";

github.com/asciidwango/js-primer - b59574739e16df69a80b92964ef24a075f3dbb2a authored about 7 years ago
chore(gitbook): update gitbook-plugin-js-console

github.com/asciidwango/js-primer - 8cfbb3d88958115e578a4c0daa9abf185d3cc86c authored about 7 years ago
refactor(this): 細かい修正 (#336)

* fix(this): 表記統一

* refactor: 細かい修正

* refactor: 細かい修正

* fix typo

github.com/asciidwango/js-primer - 486dba2ded842b7c9e5878b5b77a96436dc557e2 authored about 7 years ago
feat(this): thisのまとめを追加 (#335)

* feat(this): thisのまとめを追加

* fix

github.com/asciidwango/js-primer - 2c208bd9be14ea45c369a531968507b45a4daf0c authored about 7 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 227b6c0ce227c3b5fc0f5685b716d2b806a0a0af authored about 7 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 07fc6c5205e3bf02d9d379eb03f23b2eff312fe1 authored about 7 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 0f4e6d3181398f8ad875678e0d3e85d9f4471cd8 authored about 7 years ago
fix(introduction): fix typo (#333)

github.com/asciidwango/js-primer - 1decf9dcd7dae6d61c06c9ae69f98dafc9ea3c1f authored about 7 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 9eeca0a1dc5058837e56e897f2c73647250fe744 authored about 7 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - c99be0a7ab3df94899238146f03f912b8f7df1d3 authored about 7 years ago
chore(class): Add OUTLINE

github.com/asciidwango/js-primer - c6830e8260e66ac7ea76a7e766d7927c20b54c5d authored about 7 years ago
fix(this): コード例を修正

github.com/asciidwango/js-primer - 751fcd6bada317a154366d611c852a40dd00df8c authored about 7 years ago
chore(this): タイトルを追加

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

github.com/asciidwango/js-primer - 570b27b359f88c3102d77de594053994b96ee671 authored about 7 years ago
chore: move OUTLINE

github.com/asciidwango/js-primer - 549e8b694349f4508fa20d91fe0025a39152707d authored about 7 years ago
関数とthis (#324)

* feat(function-this): 関数とthisについて

* feat(this): 関数とthis

* refactor(this): 関数についてのまとめ

*...

github.com/asciidwango/js-primer - e14233bded5caff2eb1758cc6f7351be76a1a4e2 authored about 7 years ago
fix(textlint): add textlint-rule-no-invalid-control-character (#332)

github.com/asciidwango/js-primer - d8d85aef09482465697f00b859b3bb7051d49a37 authored about 7 years ago
Update README.md (#331)

github.com/asciidwango/js-primer - 3a78a289fd30dab111341fad0f9ec99e8d4424ea authored about 7 years ago
Merge remote-tracking branch 'origin/master'

github.com/asciidwango/js-primer - 3d9e4e84ab83d36c9f2dec4a169da07b8f07b82c authored about 7 years ago