0
How do I fix this error in JS?
3 odpowiedzi
0
If I am right, the code should check the sum of the first row?
I make some changes in js file.
Fixed error:
- missing () in if statement
Removed:
- multiple functions with the same name
Added:
- NaN check for the <td> value
- convert <td> value from String to Number for calcuating row sum
https://code.sololearn.com/WF65YsuqpbR5/?ref=app#js
0
EDU education
What was the cause of the initial syntax error?
0
Edu thanks so much!