Chief Broom

F^ck It

☕️ 1 min read
A little taste of the dream...
// I got high today
const theDream = "I can keep saving";
const theGoal = "Super nintendo & genesis";
const theReality = "its four pixels off";

const iLoveCats = [theDream, theGoal, theReality];

while (iLoveCats) {
  console.log(iLoveCats);
}