Sunday, June 5, 2011

eval is evil


eval for any objective should not be used, even for parsing JSON
passing strings to setInterval()setTimeout(), and the Function() constructor is, for the most part, similar to using eval()

No comments:

Post a Comment