Topic: Jit-TypeScript
Lesson: Basic Types
Answer: make one small change only, then compare the result.
TypeScript checklist: - Name the goal - Create the smallest working example - Test the result - Fix one problem at a time - Record what changed
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
Prediction: only the visible wording or named value should change. The structure should still work the same way.