Pages

new Function en action

(new Function( 'A='+ 3 +';'))(); console.log(A); // expected output: 3 JS Bin on jsbin.com