document.getElementById(“cancel-notification”).addEventListener(“click”, hideNotification);

function hideNotification() {

document.getElementById("notification-bar").style.display = "none";

}