- 1

I want to run this code. I have error. Thanks you.

running this code. error. https://code.sololearn.com/W1BXITcMXE30/?ref=app

8th Jul 2021, 7:08 AM
Malick Diagne
Malick Diagne - avatar
1 Answer
0
When you call the `add()` function on line 45, you provide 2 parameters only. So parameters `c` to `k` are undefined, and all the expressions like `c.innerHTML` are invalid. This gives you the error.
5th Oct 2025, 8:21 PM
Евгений
Евгений - avatar