Common Operations

Convert string to number:
let number = Number(someString) // NaN if string doesn't represent a number