const Esha = {
pronouns: "she" | "her",
code: ["C++", "Java", "JavaScript"],
development: ["HTML", "CSS", "Node.js", "MongoDB", "React", "PHP", "Tailwind CSS", "Bootstrap"],
tools: ["VSCode", "Git", "GitHub", "Vercel", "postman"],
architecture: ["microservices", "event-driven", "design system pattern"]
}
// Which came first: the chicken or the egg?
console.log(['๐ฅ', '๐ฃ', '๐ฅ', '๐'].sort())
>>> [ '๐', '๐ฃ', '๐ฅ', '๐ฅ' ]