👩💻 Join our community of thousands of amazing developers!
A missing "use strict" error is common when you use ESLint. There are 2 possible fixes to it: add the statement “use strict” in double quotes as a first line in your JS file "use strict" //the rest of your JS code goes below // AND must be in a strict mode add a custom ESLint rule (as a comment!...