I was seeing a comment from jbueno in the chat and I decided to test IE, Firefox and Chrome browsers by running this command on the consoles:
['10', '10', '10'].map(parseInt);
He returned this to me:
[10, NaN, 2]
When this would b...
asked by
12.04.2016 / 23:08