Locate a bug
Opened this issue · 0 comments
vvoo21 commented
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.