**TypeScript Version:** 2.1.4 **Code** ```ts isNaN('222'); ``` **Expected behavior:** Works without error **Actual behavior:** Throw error: > [ts] Argument of type '"222"' is not assignable to parameter of type 'number'.