You're writing a TypeScript application and you hit an error like this:
Argument of type 'string' is not assignable to parameter of type 'number'.(2345)
This could happen for a number of reasons. For example, I often run into this
when reading a value from an input field. I intend