a.k.a. NotMyBug PodBreaker
const luka = {
"roles": [
"Software Engineer",
"DevOps",
"Infrastructure Engineer"
],
"nda's_signed": "∞",
"coffee_consumption": "∞",
"debugging_skills": "Legendary"
};
const dayOfWeek = new Date().getDay();
console.log(dayOfWeek === 5 ? "Deploy to Prod! 🚀" : "Wait until Friday 🤞");