ulises2607 / Portfolio

This project is build on HTML, CSS and JavaScript and showcase my work and experience as a web developer,
Other
2 stars 0 forks source link

Bugs: hide-and-seek #14

Open GhausAliKhan opened 1 year ago

GhausAliKhan commented 1 year ago

On Line no 149 : detailSection.addEventListener("click", disappearPage()): When you are calling a function In your event listener you don't need to add ( ) after your function name You can simply call it by only the function name ("click", disappearPage);