@ -1,5 +1,9 @@
const PERSON = "youtube";
function anotherGreeting() {
console.log("another greeting!");
}
function init() {
console.log(`hello ${PERSON}!`);
@ -9,3 +13,4 @@ function init() {
init();
anotherGreeting();
The note is not visible to the blocked user.