js type conversion
Number('123') // explicit +'123' // implicit String(123) // explicit 123 + '' // implicit