Balas Blog..
Sharing knowledge in Project Portfolio Innovation Management (PPIM) and various Technology.
Wednesday, June 24, 2009
Javascript Best Practices 5
Eval = Bad
Eval is the function, it will execute the string in to script code.
It will run through javascript compiler. So that it will reduce the performance of the code
Substantially.
for better code dont use Eval..
Newer Post
Older Post
Home