The parseInt() function parses a string argument and returns an integer of the specified radix (the base in mathematical numeral systems). An integer between 2 and 36 that represents the radix (the ...
parseInt es una función de alto nivel y no está asociada a ningún objeto. La función parseInt comprueba el primer argumento, una cadena, e intenta devolver un entero de la base especificada. Por ...