This is the code I am trying to run
const greeting = () => { alert(`Hello ${name}`) } greeting();
It runs without any error
Bu