Mistake

Report a typo

Find the mistake in setting the arrow function and fix it:

Write a program in JavaScript
let func = (a, b) => ( return a * b);
console.log(func(5, 10));
___

Create a free account to access the full topic