AleWaweru / My-Portfolio

This is a project about my portfolio, which describes me as a developer, my skill set, and my achievements. It is built using HTML, CSS, and Javascript technologies
3 stars 0 forks source link

Debugging #17

Open egichuhis opened 1 year ago

egichuhis commented 1 year ago

I found a bug in the javascript file.

document.querySelector(.menuLists)

I fixed it byadding quotation marks as follows:

document.querySelector('.menuLists')