javascript new function from string code example Example: new function javascript var add = function(num1, num2) { return num1 + num2 }