Skip to content

Commit 89be217

Browse files
Update calendar-finished.html
add space in code for consistency
1 parent adae814 commit 89be217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/building-blocks/calendar-finished.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1></h1>
5858

5959
if(choice === 'February') {
6060
days = 28;
61-
} else if(choice === 'April' || choice === 'June' || choice === 'September'|| choice === 'November') {
61+
} else if(choice === 'April' || choice === 'June' || choice === 'September' || choice === 'November') {
6262
days = 30;
6363
}
6464

@@ -78,4 +78,4 @@ <h1></h1>
7878
createCalendar(31,'January');
7979
</script>
8080
</body>
81-
</html>
81+
</html>

0 commit comments

Comments
 (0)