Hacker News new | ask | show | jobs
by camus 4715 days ago
But if you really need eval ( i do sometimes yes ) , use scoped evals with a function constructor.

    var myEval = new Function("my().stuff().to().eval();");

    myEval();