Code correcting

Report a typo

Find the error in the code below and fix it:

Write a program in JavaScript
let someFunc = (k, l, m) = k + l + m;
someFunc();
___

Create a free account to access the full topic