const wrapper = document.querySelector(".notifications"); const toast = (message, type) => { const notification = document.createElement("div"); notification.innerHTML = `
${message}