Open
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
- This is the appropriate issue form for the bug I would like to report.
Expected
I expected the L11 to be let lastClown: string;
.
Actual
let lastClown;
=> type any
anything can be assign to it which would eventually blow when .toUpperCase()
is called.
Impacted Project
02-clown-availability
.../projects/the-type-system/system-of-a-clown/02-clown-availability
Additional Info
No response