Y
Hacker News
new
|
ask
|
show
|
jobs
by
kevingadd
3533 days ago
Lots of perfectly sensible JavaScript code uses eval for things like feature detection and runtime code generation. If you removed eval they'd just use 'new Function' instead, which has most of the same problems.