Skip to content

Delete constant from 2/2 - constant and reference#468

Merged
aster-void merged 6 commits into
masterfrom
delete-constant-from-2-2
Oct 15, 2023
Merged

Delete constant from 2/2 - constant and reference#468
aster-void merged 6 commits into
masterfrom
delete-constant-from-2-2

Conversation

@aster-void
Copy link
Copy Markdown
Contributor

No description provided.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Oct 14, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: e6007cf
Status: ✅  Deploy successful!
Preview URL: https://8cdb0512.utcode-learn.pages.dev
Branch Preview URL: https://delete-constant-from-2-2.utcode-learn.pages.dev

View logs

Comment thread src/components/Term/definitions.js Outdated
"/docs/browser-apps/constant/": "定数とオブジェクトの参照",
"/docs/browser-apps/constant/#参照": "定数とオブジェクトの参照",
"/docs/browser-apps/reference/": "オブジェクトの参照",
"/docs/browser-apps/reference/": "オブジェクトの参照",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

被ってますね。消します。

name: "文字列の結合",
definition: "文字列に加算演算子を使うと、一個目の文字列の後ろに二個目の文字列が追加される。",
definition:
"文字列に加算演算子を使うと、一個目の文字列の後ろに二個目の文字列が追加される。",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここはprettierです。ごめんなさい

name: "モジュール化",
definition: "ひとまとまりの煩雑なものや操作を一つにまとめて、コードを複数のブロックに分解すること。",
definition:
"ひとまとまりの煩雑なものや操作を一つにまとめて、コードを複数のブロックに分解すること。",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここもprettierです。これ書いた人本当にprettierかけたんでしょうか...

@chvmvd
Copy link
Copy Markdown
Contributor

chvmvd commented Oct 15, 2023

ナイスです。

@aster-void
Copy link
Copy Markdown
Contributor Author

マージします!

@aster-void aster-void merged commit cd2820d into master Oct 15, 2023
@aster-void aster-void deleted the delete-constant-from-2-2 branch October 15, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

「定数とオブジェクトの参照」の定数を消す

2 participants