February 1, 2022
Today's Events:
// Code snippet to calculate how many days till I can afford another coffee
var daysTillCoffee = 7;
console.log("You have " + daysTillCoffee + " days till you can buy another coffee.");