Syntax
parseInt(string, base);
Why does that numeral return?
parseInt("FXX123", 16);
// retorna : 15
I understand that when the base is 16, it is used from A to F, because in the example it uses X and what is its value? And in w...
asked by
22.03.2018 / 00:41