JavaScript1章: プリミティブ型説明の分割・補強とオブジェクト例追加、練習問題の簡素化#207
Conversation
Co-authored-by: na-trium-144 <100704180+na-trium-144@users.noreply.github.com> Agent-Logs-Url: https://github.com/ut-code/my-code/sessions/56c810b0-44e8-4be4-a188-42cf1404ae6b
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
my-code | aeaae1c | Commit Preview URL Branch Preview URL |
Mar 22 2026, 11:12 AM |
|
@copilot javascript/1-basics/2-0-primitive-type.mdの各型の説明とコード例を |
|
@na-trium-144 The model You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
1 similar comment
|
@na-trium-144 The model You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
@na-trium-144 The model You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
@na-trium-144 The model You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
2 similar comments
|
@na-trium-144 The model You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
@na-trium-144 The model You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
Co-authored-by: na-trium-144 <100704180+na-trium-144@users.noreply.github.com> Agent-Logs-Url: https://github.com/ut-code/my-code/sessions/34fbc605-3a4e-4915-9c25-26c8cf45a082
対応しました。 |
Chapter 1の説明不足と、練習問題で未解説の演算子(
||、??、...)を使わせていた問題を修正。加えてレビュー指摘に対応し、プリミティブ型の説明構成を分割して読みやすく整理しました。
変更内容
2-0-primitive-type.md: プリミティブ型の概要ページに整理。Symbol/BigIntは詳細説明・コード例を載せず、用途を簡潔に言及する構成へ変更。新規追加(分割)
2-1-string.md2-2-number.md2-3-boolean.md2-4-undefined-null.mdPython 1章(
2-1-int.md,2-2-str.md,2-3-f-string.md,2-4-bool.md)と同様に、初学者向けのわかりやすい説明とjs-replの例を追加。削除
2-1-null-undefined.md(2-4-undefined-null.mdへ再編)3-0-object.md: Object・Array のリテラル記法とプロパティ/インデックスアクセスのコード例を追加。詳細は5章・7章で扱う旨を明記。6-1-practice1.md:||・??を使う問題を廃止し、テンプレートリテラルのみで完結するフォーマット問題に変更。6-2-practice2.md: スプレッド構文...を要求する問題を廃止し、constオブジェクトのプロパティ変更・追加を確認する問題に変更。検証
npm run checkDocsを実行し、ドキュメント整合性チェックが通過することを確認。Screenshot
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.