Home > Q&A > body text
if (time<12)
{
x="morning";
}
Error reporting
Uncaught ReferenceError : time is not defined at <anonymous>:1:1(Anonymous) @
autoload2021-09-21 09:18:27
Is the time variable defined?