← ^ →
JavaScript
var f = new Function("x", "y", "return x*y"); //same as this function f(x,y){ return x*y; }
José M. Vidal .
52 of 65