Uncaught Syntaxerror: Unexpected Identifier | Trying To Import A Module But I Get This Error
I am currently learning how to make a javascript game. I am using the video: https://www.youtube.com/watch?v=3EMxBkqC4z0&t=319s When I try to import the paddle.js file, the co
Solution 1:
Check the files URL, are both files in the same level?
If you are editing your code, try clear the browser cache..
Post a Comment for "Uncaught Syntaxerror: Unexpected Identifier | Trying To Import A Module But I Get This Error"