Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/asciidwango/js-primer
:book: JavaScript Primer - 迷わないための入門書
https://github.com/asciidwango/js-primer
162be25bafdfd5d0cbdfa40c7a9010b7e8bf2f2d authored over 4 years ago by hanahageWanko <[email protected]>
fix https://github.com/asciidwango/js-primer/issues/1258
0b0a69a56886324d6d003b7e361c630e399d41ab authored over 4 years ago by azu <[email protected]>c6e7fa495a8e8efec4541009a15c0e0285e94287 authored over 4 years ago by azu <[email protected]>
見出しのリンクと被さってしまうことを回避するため
42c1ed0db18d012d92741194c8b34fff59978534 authored over 4 years ago by kenzoukenzou <[email protected]>85c9e5d956aee9a774aa4a178ffbe5650d3a568c authored over 4 years ago by azu <[email protected]>
* feat: ECMAScript 2020に対応
* chore: 2.0.0のCHANGELOG作成
* fix
* fix
* fix
* fix
...
17328eda6e7578c8568cbc62188b35d81882ec1f authored over 4 years ago by azu <[email protected]>「インスタンス化したときに」を削除するものです。
https://github.com/asciidwango/js-primer/issues/1239
1a4b9b4aea60c1924749adef27bb871467549032 authored over 4 years ago by Toshihiko Ichida <[email protected]>* chore(string): アウトラインの更新
* feat(operator): matchAllベースに書き換え
* fix
* fix
* fix
*...
b8048959a897b5b94e3f40ea6bb464a66eaecf2b authored over 4 years ago by azu <[email protected]>53c2ccd47ec8112f0eb4997520935f3ceb38286b authored over 4 years ago by azu <[email protected]>
READMEやCONTRIBUTINGの中にあるGitBookをHonKitに変更しました
issue #1176
24a4405f76c8610e0430be90f20c453c1bbbf7fa authored over 4 years ago by DuGlaser <[email protected]>
#1247
#1203
f2183638622c2c45e634f937aa4105463782ead9 authored over 4 years ago by azu <[email protected]>
72b4e202ee09178adfc040edd20eaa80e4b1db3e authored over 4 years ago by azu <[email protected]>
* CI: add Node.js 14
* fix(operator): コードを修正
* fix(object): fix code
* fix
* chore: ...
8c4923aa06aeaaf635bcd794fd88e4c2e7e9fbf0 authored over 4 years ago by azu <[email protected]>Nullish coalescing演算子(`??`)とOptional chaining(`?.`)に関する変更
## 変更点
- [x] **falsy**の説明を演算子の章に...
8aaf25bdda7739d40307e6353f0b138062894787 authored over 4 years ago by azu <[email protected]>* feat(data-type): BigIntのセクションを追加
* fix(data-type): プリミティブ型の種類は7つに増えた
* fix(data-type): E...
5b31466490ac37012c7c464eed6f096714231ecb authored over 4 years ago by azu <[email protected]>* sliceにおいて空配列となる場合の引数の条件を修正
* sliceにおいて空配列となる場合の引数の条件の表示を分離
b91ce7fe93939cf3cdb77bbd1553018d4de02ada authored over 4 years ago by 建築のジョー <[email protected]>7dcb2fccb52f4533531139af5efa255c634639db authored over 4 years ago by Toshihiko Ichida <[email protected]>
SyntaxError とありますが、ReferenceError が発生します。
6a0048d9abe51f7a010dc0539554b1820b56a720 authored over 4 years ago by Toshihiko Ichida <[email protected]>2c6c0971bfbb4a6e7c6c5cb158f009b251b3544b authored over 4 years ago by Toshihiko Ichida <[email protected]>
9adb205804d04b912040605ebd01eabffa3d87e4 authored over 4 years ago by neko_the_shadow <[email protected]>
* fix_cli_test_code 末尾の改行コードを削除
* fix(nodecli) 末尾の改行コードを削除
trimEnd()に変更、コメントとexpectedに対しての...
b5fd61b4de229e1d2772584a45a39f4c1410bd84 authored over 4 years ago by sasahara-study <[email protected]>関数宣言のサンプルコード
0e85086fa33a14fcd89c22264489a8d47ab37984 authored over 4 years ago by azu <[email protected]>文字列に変更
6e7ba74d8e294894db5825b2fd9bf3226007bcf2 authored over 4 years ago by azu <[email protected]>
関数名としては一般に動詞の方が良いとされているので、2倍するという `double` に変更する案です。
multiple は形容詞、もしくは名詞で、名詞は「倍数」という意味になります。(例...
後からのは Outdated になってるので、こちらが良いということでしょうか?
Co-authored-by: azu <[email protected]>
78d361c9cd51e921e67d351a302358bbd24f9526 authored over 4 years ago by Toshihiko Ichida <[email protected]>「JavaScriptだと数値でも暗黙の型変換で正規表現が使える」サンプルかと思ってましたが、深読みしすぎでした。
Co-authored-by: azu <[email protected]...
fda7aefa7d624ad5c8a6797c100d66427e868f89 authored over 4 years ago by Toshihiko Ichida <[email protected]>## 文字列結合演算子について
他の説明に合わせ「2つの文字列を結合」と、「2つ」という記述を追加
## マイナス演算子、除算演算子、剰余演算子
これらは交換則が成り立たない...
8f937a46bfcfa0c5289cb9ae04ffb16c85dd2c27 authored over 4 years ago by Toshihiko Ichida <[email protected]>* 3オペランド以上の演算における型変換の予測可能性
3値以上の場合でも、演算子の優先度と結合性で演算子の適用順序が決まり、演算子と値との関係で暗黙の型変換の形式が決まるので、「困難」と...
27812593f9aee45ba1e17935363de1588097e153 authored over 4 years ago by Toshihiko Ichida <[email protected]>
RegExp.prototype.test() は文字列を扱います。
このサンプルだと数値の字面をそのまま扱うように勘違いする可能性がありそうで、文字列に変換されるステップを記載しました。
...
オペランド1、オペランド2 をべき乗演算子の説明の左オペランド、右オペランドに合わせる修正です。
a139142a0d2118d15201eae4a8a4ff6436786b8c authored over 4 years ago by Toshihiko Ichida <[email protected]>
次の Issue の修正案です。
https://github.com/asciidwango/js-primer/issues/1217
`unexpected token: ide...
6c25579ff6ce856d2808b939e84ce3802593a83b authored over 4 years ago by Toshihiko Ichida <[email protected]>次の Issue のものです。
https://github.com/asciidwango/js-primer/issues/1219
37e564177b5dcec3f680c8385b311caed819e08b authored over 4 years ago by Toshihiko Ichida <[email protected]>「APIに渡す値の問題から起きる TypeError」を「APIに渡す値のデータ型の問題から起きる TypeError」への修正を提案します。
fix https://github.co...
d5b5ba627c6316298196ae1981b92195b244c1fe authored over 4 years ago by Toshihiko Ichida <[email protected]>79cf2024c35e16fa2e6bd249d6d06db92ef4d7a2 authored over 4 years ago by azu <[email protected]>
fix #1215
b659acb0aa35ec7b865a095dfaa24e9b4e13398c authored over 4 years ago by azu <[email protected]>3523b0fd51f38a13ca1f424114eb30bd4eeb05e4 authored over 4 years ago by azu <[email protected]>
28fa2d627ebb7f8ad9db1e71f8c8708b02b3602f authored over 4 years ago by Ryo_gk <[email protected]>
61270ff58c66ea33d0dd60e50cdee208f5ece60c authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...
743d228b21c5c466727ad2de0aa30407580b1f2a authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...
* #1209 update github-issue-feedback version
* #1209 change Bug Report label to Japanese
d629bad65044821581999377cbebd6ac231e973d authored over 4 years ago by Ryo_gk <[email protected]>a84f4124cf44ca7aa1bde60e2984ab2b7cc16a4b authored over 4 years ago by Suguru Inatomi <[email protected]>
429bac96f0ee4c2dd002b9008c82ab1ed61fb64b authored over 4 years ago by azu <[email protected]>
ec3149df46931a4d42854d84e254d2fbb2021124 authored over 4 years ago by azu <[email protected]>
f5031728be2836dbe986296a4316d28ce8e3916a authored over 4 years ago by midnightSuyama <[email protected]>
1ee247362ac4aca9790b1986da3f70f507449362 authored over 4 years ago by azu <[email protected]>
7018b4f99b71cc96b422863285b4c7b1cb53f2f3 authored over 4 years ago by yotuba088 <[email protected]>
9d0aafc3b63090188514ef4118d4348e5a620dbb authored over 4 years ago by azu <[email protected]>
* fix: テンプレートリテラルを<code>`</code>に変更
* fix
410931e7e59fa05a0b2c6c87dafb8669743b3db3 authored over 4 years ago by azu <[email protected]>* fix(operator): リンク切れを修正
fix #1197
* Update source/basic/operator/README.md
fa594ba9c7bd95119787af2096192d4189a70779 authored over 4 years ago by azu <[email protected]>chore: -> を → に表記統一
8fa94fa6941a80eb416d9c2e20d8c1b85ec5978d authored over 4 years ago by azu <[email protected]>722c22bd1614f8dd947f2c1d563afa92f2198de2 authored over 4 years ago by gogogodx <[email protected]>
e905ea975bb82266be45b5a3597bfc20d45f7491 authored over 4 years ago by gogogodx <[email protected]>
chore(deps): update cypress
5dcd4f3615f7cd7a3f76bd09930e4af8cb77685a authored over 4 years ago by azu <[email protected]>055ba6f81c9309400d6965de79cb1e1c4ed29c64 authored over 4 years ago by azu <[email protected]>
b755ae40ca7bdce38bcb0853370a4381f179d5db authored over 4 years ago by azu <[email protected]>
* fix(loop): for...in文のES2020の変更点を追加
* Update source/basic/loop/README.md
3f0f1f10e238fa3608ff4b797bc586b69b230787 authored over 4 years ago by azu <[email protected]>c0db86a0c1e60d0bd68db24e8c1b7cbf4b967097 authored over 4 years ago by gogogodx <[email protected]>
3505943c858e74bdcc17110fcc1e86b3f2476ee4 authored over 4 years ago by azu <[email protected]>
61d0abd578c50db65f6f359064973563a01925d7 authored over 4 years ago by azu <[email protected]>
Co-authored-by: eco <[email protected]>
a11a3e7aef0174deae5cde3c0f27348270cf004b authored over 4 years ago by Moeko Tanaka <[email protected]>* feat(function-this): globalThisについて追加
* fix(function-this): add meta
* fix(function-this...
cf53397ddb052a82d7b789df9b019aa0579b1a59 authored over 4 years ago by azu <[email protected]>* chore(deps): update dependencies
* chore(deps): add lock
* feat(data-type): add BigInt s...
75ec62ce0c440fc0c6a646d79d280caa7b9cea12 authored over 4 years ago by azu <[email protected]>GitBookから https://github.com/githon/githon に移行
93421692481e11bf42d5ca78ccf14e4b539b267d authored over 4 years ago by azu <[email protected]>81fbe010d27418f13c65a65f0418df00619c3c46 authored over 4 years ago by azu <[email protected]>
eaf2b2cce1c40f4fa847283b2f765d3b76e9c085 authored over 4 years ago by azu <[email protected]>
Co-authored-by: eco <[email protected]>
4d1d071ca7d400d2b83bc5b13b2be14f9a814077 authored over 4 years ago by Moeko Tanaka <[email protected]>37c80b4ed852e9b6f00a174339253fe833fe7830 authored over 4 years ago by azu <[email protected]>
a3251fa5baef5fc50d100006925458223e3ad248 authored over 4 years ago by azu <[email protected]>
0921771cb7a1f99b37d96877c4ea06d094190d9c authored over 4 years ago by azu <[email protected]>
d5d3f7757dc2ef170782a28c91c24d81656277d5 authored over 4 years ago by azu <[email protected]>
02b60e3ce3b31202bd4de064e2d7aa0fb4523b55 authored over 4 years ago by azu <[email protected]>
2902a1d06d0cfa37b82b5511d70733d3057cbe2b authored over 4 years ago by azu <[email protected]>
247363583816166f34fa1ceeaec5103fc15b166e authored over 4 years ago by azu <[email protected]>
e3c590bc1c7e925be8f1b442715dd889346fc1af authored over 4 years ago by azu <[email protected]>
206d7473fc59a953b9c992d90aa545b7a8dd6453 authored over 4 years ago by azu <[email protected]>
This reverts commit 93a858aa7861579276bebbc0c5f45be1c66d2916.
e2144963a1837b75a75a0bebceb8f9f083479d40 authored over 4 years ago by azu <[email protected]>321546612b4303d4656e3624e457dd624031c2ac authored over 4 years ago by azu <[email protected]>
d360503ede3d3de04539b7395cce9fe58dfd0486 authored over 4 years ago by azu <[email protected]>
93a858aa7861579276bebbc0c5f45be1c66d2916 authored over 4 years ago by azu <[email protected]>
d5f8b5c2720943376e6e47159e63f36de9e3bdac authored over 4 years ago by azu <[email protected]>
fc5f7cc937900d455cde840a4b36a11dabd0b32b authored over 4 years ago by azu <[email protected]>
c3d2ea929efc8c717e6cf3cc8d9d202f1ef62bd8 authored over 4 years ago by azu <[email protected]>
6356894d3fac6f01ad3b4d12a59371c1949a460c authored over 4 years ago by azu <[email protected]>
6c4b5facceb98fea79543266041c16958ec4b386 authored over 4 years ago by azu <[email protected]>
39e20eca2dda4cf07c41752475dd387539e4ad55 authored over 4 years ago by azu <[email protected]>
5d6a447f5090058bccb9b702e812eca32c1cf527 authored over 4 years ago by azu <[email protected]>
2e2de030da0e5835d360074339a4d273365a305f authored over 4 years ago by azu <[email protected]>
4a4be85e747a85ebee639ecd8a0868a1ff461f98 authored over 4 years ago by azu <[email protected]>
b6a24ad79f33733caee4602ce7f9872d587d2cde authored over 4 years ago by numb86 <[email protected]>
8e5e1561200abcf683937b46e10cfbc2683b6ad9 authored over 4 years ago by Takahiro Miyoshi <[email protected]>
03825197ba3867f1525019222edcdb58ed37b2f8 authored over 4 years ago by azu <[email protected]>