Insista, persista, mas nunca desista✨
const WhoAmI = {
pronouns: "he" | "his",
user: "Ruan Cordeiro",
role: "data analyst/dev",
hobbies: [
"Reading books",
"Gaming",
"Studying",
"Astronomy",
"Making others happy",
"Traveling",
"Being up all Night chasing that ONE ERROR..."]
}
function Dreams() {
travelToUSA()
maybeCreateSomeAI()
startMakingMyDreamGame()
showToMorePeopleThePowerOfCoding()
//more will be added <3
}