Break Modules
👨💼 Excellent! You now understand how to organize code with modules.
You learned:
- 📦 Exporting types, functions, and values
- 📥 Importing from other modules
- 🎯 Named exports for multiple exports
- ⭐ Default exports for single primary exports
- 🔗 Type-only imports for better tree-shaking
Test Your Knowledge
Retrieval practice helps solidify learning by actively recalling information. Use this prompt with your AI assistant to quiz yourself on what you've learned.
Please quiz me on exercise 3 using the epicshop MCP server. Call the get_quiz_instructions tool with exerciseNumber "3" to get the quiz instructions, then quiz me one question at a time.