From a205814e5426a3c20536b14bde2df0002c583d48 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:19:50 +0900 Subject: [PATCH] Update e-commerce data types assignment Revised the assignment to focus on JavaScript data types in an e-commerce context, detailing their purposes, advantages, and providing structured examples. https://github.com/microsoft/Web-Dev-For-Beginners/blob/main/2-js-basics/1-data-types/assignment.md #PingMSFTDocs --- 2-js-basics/1-data-types/assignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-js-basics/1-data-types/assignment.md b/2-js-basics/1-data-types/assignment.md index f5f00cc97..a4a7c4ebb 100644 --- a/2-js-basics/1-data-types/assignment.md +++ b/2-js-basics/1-data-types/assignment.md @@ -38,11 +38,11 @@ For each data type, structure your response like this: **Purpose in Shopping Cart:** [Explain what this data type does] **Why This Type:** [Explain why this is the best choice] +``` **Code Example:** ```javascript // Your realistic code example here -``` **Real-world Usage:** [Describe how this would work in practice] @@ -84,4 +84,4 @@ By completing this assignment, you will: - ✅ **Analyze** when to choose specific data types for different purposes - ✅ **Create** working code examples that demonstrate data type usage - ✅ **Explain** technical concepts in beginner-friendly language -- ✅ **Connect** fundamental programming concepts to practical applications \ No newline at end of file +- ✅ **Connect** fundamental programming concepts to practical applications