+ 1
slideshow
Why error my code? Uncaught TypeError: Cannot read property 'extend' of undefined https://code.sololearn.com/W0N22yw1p5zn
1 Answer
0
From what i see the function is loaded later. So utils is not detected.
If you move utils before line 254, this error disappears. But it may not be what you want, and also may create more errors.