Javascript eval function returning Octal value
- by pankaj
Hi,
when i try "eval" function as eval ("020 * 05 + 05") it is returning 85 instead off 105.
Can someone explain me why eval function behave like this? Also suggest any to over cum this problem.