i have parseInt function.
for 010 as input :
output in IE : 8 output in chrome and firefox: 10
for 099 as input:
output in IE : 0 output in chrome and firefox: 99
Could someone plz help me understand this different behaviour in the browsers.. issue is in IE and it is working as expected in chrome and firefox.
Thanks in advance.