d4nQw3rty/My-Portfolio

Locate a bug

Opened this issue · 0 comments

Hi @d4nQw3rty,
I find a bug in the JavaScript code of your repo:

"popUpCloser.addEventListener is not a function"

I find this possible solution: "make sure to call the addEventListener() method on a valid DOM element, or the document or window objects, and place the JS script tag at the bottom of the body tag in your HTML.".

Happy Coding.