@@ -0,0 +1,7 @@
let name = "Siddhi";
let age = 20;
function changeText() {
document.getElementById("demo").innerHTML = "Hello " + name + ", Age: " + age;
console.log("Button clicked");
}
The note is not visible to the blocked user.