Find the bug... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Find the bug...

I spent a long time trying to fix a jQuery error that occurs while executing the 110th line of my code. Everything I made works as I want, but console logs an error "undefined is not a function on line 1392" every 0.5 sec. Please, help https://code.sololearn.com/W7ok9ku8w18r/?ref=app

12th Jun 2018, 4:21 PM
Amadeus
Amadeus - avatar
1 Answer
+ 1
It seems like the problem is with the jQuery library, as it uses the only file that has 1392 lines or more, try checking if all your accesses to the replace commands are valid.
12th Jun 2018, 4:37 PM
Eldar Bakerman