Working code

Report a typo

Change the code to make it work.

Write a program in JavaScript
let func1 = () => a / b + a * b;
let func2 = () => c + 5 * d / c;
// change the code above this line
let result = 7 - func1(50, 4) / func2(40, 30);
___

Create a free account to access the full topic