79120559

Date: 2024-10-24 06:11:32
Score: 0.5
Natty:
Report link

Add this into your Js your code will work

  const links = document.querySelectorAll('.links')
      links.forEach(link => {
      link.addEventListener('click', () => {
      dropDownMenu.classList.remove('open')
      toggleBtnIcon.classList = 'fa-solid fa-bars'
}); });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rushabh Gandhi