Skip to content

Commit

Permalink
fix(cheatsheet): fix link (#1533)
Browse files Browse the repository at this point in the history
* fix(cheatsheet): fix link

* chore(textlint): add ignore

* chore: fix link
  • Loading branch information
azu authored Nov 20, 2022
1 parent a3d8a72 commit 81402dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .textlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ module.exports = {
"concurrency": 4,
"ignore": [
"https://github.com/asciidwango/js-primer/issues/new?*",
"ttps://help.github.com/articles/about-pull-requests/", // 言語にリダイレクトがある
"https://goo.gl/**",
"https://forms.gle/**",
"http://localhost:3000/**"
Expand Down
2 changes: 1 addition & 1 deletion source/cheatsheet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ JavaScriptの言語機能に関するチートシートです。
| `>>` | 右シフト演算子 | [演算子][] | [右シフト (>>)](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Right_shift) |
| `>>>` | ゼロ埋め右シフト演算子 | [演算子][] | [符号なし右シフト (>>>)](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Unsigned_right_shift) |
| `&&` | AND演算子 | [演算子][] | [論理積 (&&)](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Logical_AND) |
| `??` | [ES2020] Nullish coalescing演算子 | [演算子][] | [Null 合体演算子 (??)](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator) |
| `??` | [ES2020] Nullish coalescing演算子 | [演算子][] | [Null 合体演算子 (??)](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing) |
| <code>&#x7C;&#x7C;</code> | OR演算子 | [演算子][] | [論理和 (&#x7C;&#x7C;)](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Logical_OR) |
| `(x)` | グループ演算子 | [演算子][] | [グループ化演算子 ( )](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Grouping) |
| `x, y` | カンマ演算子 | [演算子][] | [カンマ演算子 (,)](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Comma_Operator) |
Expand Down
2 changes: 1 addition & 1 deletion source/intro/preparation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ JavaScriptという言語は、常に変化している言語としても知ら
-->

[Microsoft Edge]: https://www.microsoft.com/ja-jp/edge?form=MA13FJ
[Microsoft Edge]: https://www.microsoft.com/ja-jp/edge/home?form=MA13FJ
[Firefox]: https://www.mozilla.org/ja/firefox/new/
[Google Chrome]: https://www.google.com/intl/ja_ALL/chrome/
[Safari]: https://www.apple.com/jp/safari/

0 comments on commit 81402dc

Please sign in to comment.