Why does alert box not run?

前端 未结 0 793
一向
一向 2021-01-05 12:31

This is the code I am trying to run

const greeting = () => {
    alert(`Hello ${name}`)
}

greeting();

It runs without any error

Bu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题