๐ Bug HuntTS TypeScript Easyโก+10 XP
Type Mismatch
TypeScript reports an error on this assignment.
๐ Find the bug
1
let count: number = "42";๐ The bug is on line 1
TypeScript reports an error on this assignment.
let count: number = "42";