const otavio = {
name: "Otávio Dias",
dob: "1990-01-13",
location: {
city: "Brasília",
state: "DF",
country: "Brazil"
},
interests: ["Programming 🖥", "Games 🎮", "Basketball 🏀", "Football ⚽️", "Beer 🍺", "Cooking 🍳"]
};
Always under construction... 🚧