Alice's Secret Snippets
For the love of all things absurd, do not look at this code. It's for your eyes only.
// The secret recipe for the most epic of cookies
function makeEpicCookies() {
return (
"flour" +
"eggs" +
"chocolate Chips"
);
}
console.log(makeEpicCookies()); // outputs "floureggchocolate Chips"