Code as we know it. Open source stuff goes here
var s = '(function() {\ return function(n){\ return n * n;\ };\ })()'; var f = eval(s); console.log(f); alert(f(3));
No comments:
Post a Comment