Unnecessary Comments

Because who needs code that just works?

            
                // This is a comment about how to make a peanut butter and jelly sandwich
                console.log("Step 1: Gather ingredients");
                console.log("Step 2: Place 2 slices of bread on a plate");
                // This is another comment about the importance of using artisanal jam
                console.log("Step 3: Spread a layer of jam on one slice");
                // I mean, who needs to specify the type of jam? It's not like it's a crucial step or anything
                console.log("Step 4: Place the other slice on top");
                // I'm pretty sure the comment about washing your hands is redundant
                console.log("Step 5: Enjoy your sandwich while thinking about the meaning of life");
            
        

Comment Spam is a serious business.