const josh = {
pronouns: "he" | "him",
location: "Saturn πͺ",
currentMood: "Vibing to music π§",
hobbies: ["Coding", "Sleeping", "Music"],
funFact: "I mass debug with console.log() π
",
dailyRoutine: () => {
while (alive) {
eat();
code();
sleep();
repeat();
}
}
};@@ What I'm Up To @@
+ π Learning new technologies every day
+ π± Building cool side projects
+ π― Goals: Contribute more to Open Source
- π΄ Sleep forever


