VM345:1 Uncaught ReferenceError: time is not defined at <anonymous>:1:5
What does this mean, teacher?
You need to define the time first, the teacher defined it in advance
var a=new Date()
undefined
time=a.getHours()
9
if(time<12)
{
x="Hello";
}
" Hello"
That's it
You need to define the time first, the teacher defined it in advance
var a=new Date()
undefined
time=a.getHours()
9
if(time<12)
{
x="Hello";
}
" Hello"
That's it