Log Entry 001: "The Day I Ran Out of Coffee"

February 1, 2022

Next Entry

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.");