Variable coercion / conversion:
*
Remarks
*
Convert string to float
parseFloat accepts a string as an argument which it converts to a float/
parseFloat("10.01") // = 10.01