🐛 Bug: [02-clown-availability] <Missing type> #278
Labels
accepting prs
Yes please, send a pull request! ♥
good first issue
Good for newcomers
type: bug
Something isn't working
Bug Report Checklist
main
branch of the repository.Expected
I expected the L11 to be
let lastClown: string;
.https://github.com/LearningTypeScript/projects/blob/4bf708c250f1ff32f2ba2a6f4a6e38d3ca8e6298/projects/the-type-system/system-of-a-clown/02-clown-availability/solution.ts#L11C15-L11C15
Actual
let lastClown;
=> type anyanything 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
The text was updated successfully, but these errors were encountered: