JavaScript Security Best Practices

What is the security risk of using the Function constructor?
const calc = new Function('a', 'b', 'return a + b');
Next Question (7/20)