We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adae814 commit 89be217Copy full SHA for 89be217
javascript/building-blocks/calendar-finished.html
@@ -58,7 +58,7 @@ <h1></h1>
58
59
if(choice === 'February') {
60
days = 28;
61
- } else if(choice === 'April' || choice === 'June' || choice === 'September'|| choice === 'November') {
+ } else if(choice === 'April' || choice === 'June' || choice === 'September' || choice === 'November') {
62
days = 30;
63
}
64
@@ -78,4 +78,4 @@ <h1></h1>
78
createCalendar(31,'January');
79
</script>
80
</body>
81
-</html>
+</html>
0 commit comments