Home >
front end > Why can't input the following 11 o 'clock time pop up in the morning
Why can't input the following 11 o 'clock time pop up in the morning
<meta charset="utf-8" & gt;
<meta name="viewport" content="width=device - width, initial - scale=1.0" & gt;
<meta HTTP - equiv="X - UA - Compatible" content="ie=edge" & gt;
Document <script>
//class assignments 1
Var time=prompt (" please enter the current time);
If (time & gt; 23 points'=') {
Alert (' good night ');
} else if (time & gt;='20') {
Alert (' good evening ');
} else if (time & gt; 18 points'=') {
Alert (' good evening ');
} else if (time & gt; 13 points'=') {
Alert (' good afternoon ');
} else if (time & gt;='11') {
Alert (' good afternoon ');
} else {
Alert (' good morning ');
}
</script>
<body>