0
Error in Browser
When my browser shows: Uncaught ReferenceError: card is not defined at WriteToTable (script.js:20:25) at onload (index.html:10:31). What should I do?
3 odpowiedzi
+ 2
Please link your code so we can check on it.
The error message indicates that the "card" is not found.
+ 2
SANJARBEK TURGUNBAEV
Problem is in your JS code 'card' is is not defined or defined at wrong place.
+ 1
the error says that you didn't create a variable named card