Skip to content

Commit

Permalink
Punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault authored Oct 2, 2018
1 parent e0a075d commit c5653a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var daysUntilHalloween = halloween - today;
}

else {
message = "There are " + daysUntilHalloween + " days until Halloween"
message = "There are " + daysUntilHalloween + " days until Halloween!"
}
// Display message
spooky.innerText = message;

0 comments on commit c5653a9

Please sign in to comment.