79511075

Date: 2025-03-15 11:57:09
Score: 3.5
Natty:
Report link

There are miss points in your code. Where is courseCardPopup object? Please share this part, too.

    // Adding Hover eventListener to show preview -
    newCourse.addEventListener("mouseenter", (event) => {
        courseCardPopup.style.display = "block";  // here
    });

    newCourse.addEventListener("mouseleave", (event) => {
        courseCardPopup.style.display = "none";  // here
    });

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: stack ninja