Try Answer

Topic: Jit-TypeScript

Lesson: Basic Types

Try This example answer: this is one acceptable completed solution, not the only possible solution.

TypeScript checklist:
- Name the goal
- Create the smallest working example
- Test the result
- Fix one problem at a time
- Record what changed

// Safe change: Basic Types practice

Explanation: it uses the lesson pattern, changes one clear value, and keeps the result simple enough to test.