@@ -0,0 +1,7 @@
// Select button
const button = document.getElementById("btn");
// Add click event
button.addEventListener("click", function() {
alert("Hello! Welcome to my profile 🚀");
});
The note is not visible to the blocked user.