function frontend_developer() {
const NAME = 'Thalys Leite'
const AGE = new Date().getFullYear() - 2000
const CURRENT_ROLE = null
const HOBBIES = 'Travel to incredible (or not so incredible) places.'
return { NAME, AGE, HOBBIES, CURRENT_ROLE }
}
const me = frontend_developer()
console.log(me)
Frontend stack:
Backend stack:
Others: