Zero-based date, Christmas, and emoji
Here’s a quick tip if you’re starting out with JavaScript: which of the following values passed to the getMonth() and getDate() methods will print December 25? 11,24 11,25 12,25 If you answered 11,25, have some egg nog and an extra piece of ribbon candy, you’re doing awesome. Zero-based counting JavaScript...