You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a.ts(5,1): error TS2454: Variable 'n' is used before being assigned.
The problem is fixed by using let n: number | undefined, but it's not obvious that that's the solution, and it would be intuitive for the ! operator to work in this situation.
Aside: I don't see the ! operator documented in the handbook.
falsandtru, bcherny, ScallyGames, niieani, AEPKILL and 2 more