if (time<12)
{
x="morning";
}
Error reporting
Uncaught ReferenceError : time is not defined at <anonymous>:1:1(Anonymous) @
Is the time variable defined?
Is the time variable defined?