Spot the invalid direct assertion between unrelated types.
let value = "123"; let count = value as number;
What is the bug in this code?