问if(time<12){ x="good morning";}
VM1817:1 Uncaught ReferenceError: 시간이 정의되지 않았습니다. <anonymous>:1:1
var a=new Date()
time=a.getHours()
time에 값만 할당하세요
var a=new Date()
time=a.getHours()
time에 값만 할당하세요