Skip to content

Conversation

@haruto17
Copy link
Contributor

@haruto17 haruto17 commented Jul 12, 2025

変更点

  • 表現の調整
  • スペースとインデントを調整して読みやすくした
  • webp画像に置き換えと、不要になったpng画像の削除

確認したこと

  • 誤字、脱字がない
  • 画像の表示に問題がない

@haruto17 haruto17 requested a review from Copilot July 12, 2025 14:33
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refines chapter 6 of the JavaScript docs by polishing expressions and layout, and swaps out PNG assets for WebP versions.

  • Adjust wording, spacing, and indentation for better readability.
  • Add inline code examples (e.g., function invocation, logging).
  • Replace images in imgs/ from .png to .webp and remove obsolete PNG files.
Comments suppressed due to low confidence (1)

javascript/DOCS.md:650

  • 変数名 id が前の説明で使われていた timeoutID と食い違っているため、読者が混乱する可能性があります。たとえば const timeoutId = setTimeout(...); clearTimeout(timeoutId); のように具体的な変数キャプチャ例を示すか、用語を統一すると理解しやすくなります。
  `setTimeout` が呼ばれてから `delay` ミリ秒の間に `clearTimeout(id)` とすることで登録されたコールバック関数の実行をキャンセルできます。

Copy link
Contributor

@kamekyame kamekyame left a comment

Choose a reason for hiding this comment

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

特に問題なさそうです! LGTM

@haruto17
Copy link
Contributor Author

マージします✌️

@haruto17 haruto17 merged commit 61a9b2e into main Jul 15, 2025
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.

3 participants