Home  >  Q&A  >  body text

The time object is undefined in Google Chrome

问if(time<12){    x="good morning";}

VM1817:1 Uncaught ReferenceError: time is not defined    at <anonymous>:1:1

LzLz1662 days ago1251

reply all(1)I'll reply

  • 陈洋

    陈洋2020-08-01 20:33:59

    var a=new Date()

    time=a.getHours()

    Just assign a value to time

    reply
    0
  • Cancelreply