Draft
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 | 846a889 | Commit Preview URL Branch Preview URL |
Mar 21 2026, 02:06 PM |
Copilot
AI
changed the title
[WIP] Update explanations and examples for JavaScript Chapter 1
JavaScript1章: プリミティブ型・オブジェクト型のコード例追加と練習問題の簡素化
Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Chapter 1の説明が不足しており、練習問題で未解説の演算子(
||、??、...)を使わせていた問題を修正。変更内容
2-0-primitive-type.md: 各プリミティブ型のコード例を追加。特にテンプレートリテラルの${}構文を明示(練習問題で使用するため必須)。Number の IEEE 754 挙動、BigInt のnサフィックスも例示。3-0-object.md: Object・Array のリテラル記法とプロパティアクセスのコード例を追加。詳細は5章・7章で扱う旨を明記。6-1-practice1.md:||・??を使う条件分岐ありの問題から、テンプレートリテラルのみで完結するフォーマット問題に変更(Python/Ruby1章と同水準)。6-2-practice2.md: 7章で扱うスプレッド構文...を必要とする問題を削除。constオブジェクトのプロパティ変更・追加を確認する問題に置き換え(3-1-const-object.mdの内容を実践)。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.