Skip to main content
5 events
when toggle format what by license comment
Jan 22, 2017 at 5:16 comment added Dorian @Pylinux basically what would work is e = eval, var a = eval('obj.a.b.c.d'). eval doesn't even take a second parameter... developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/…
Jan 10, 2017 at 14:04 comment added Pylinux First of you really shouldn't use eval. Secondly this doesn't even work: e({a:{b:{c:{d:'test'}}}}, 'a.b.c.d') returns null.
Dec 12, 2016 at 8:13 review Late answers
Dec 12, 2016 at 8:16
Dec 12, 2016 at 8:02 review First posts
Dec 12, 2016 at 8:06
Dec 12, 2016 at 7:56 history answered kudłaty CC BY-SA 3.0