Change the code to make it work.
Arrow Functions
Working code
Report a typo
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);
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.