const softwareDeveloper = {
name: "Uellington Damasceno",
pronouns: ["He", "Him"],
speaks: ["Portuguese ", "English"],
favoriteDataStructure: "Graph",
favoriteDesignPattern: "State",
pets: ["Parakeet", "Cat"],
formation: {
university: "UEFS",
since: 2017.1,
status: "In progress..."
}
}
I believe that there are several different ways to solve a problem.