79363093

Date: 2025-01-16 21:26:33
Score: 1
Natty:
Report link

Thanks everyone I have gotten the answer through the hint gotten from the answers posted.the breakdown of the answer I used was to convert my code above to a function and pass it in side a window event.

    window.addevenElistener('resize', () => {
  if(window.innerwidth =< 992){
     RunsSomeFunction()
   } else {
do something }
})
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alkhaira Media