0
Why do we need * eval() *method in javascript when we can just use the parameters declared in the function?
Eval ()
3 Réponses
+ 11
for user input, you might want the user to write his own functions (for a game or anything where it might make sense)
note:
eval is evil ^^
-slow
-very insecure
-hard to debug
+ 1
Thanks
0
slow