English | Português
const developer = {
nickName: "Juli",
pronouns: ["She", "Her"],
from: "Bahia, Brazil",
lenguages: ["Portuguese", "English"],
favoriteDataStructure: "JSON",
favoriteCodeEditor: "VS Code",
favoriteIceCreamFlavor: "Vanilla",
pets: ["🐶 Barão", "🐶 Vênus", "🐱 Toddy"],
degree: [{
university: "UEFS",
course: "Computer Engineering BA",
since: "2017.2",
status: "Currently in progress"
}]
}