Some notes about conversion to number in javascript
javascript has lots of methods to convert any value to number
- all methods could be divided into 2 groups: string and native methods
- String methods are parseInt and parseFloat
- Native mathods are Number and Math methods
all native methods behave the same way, sometimes with additional transform