function fullstack_developer() {
const NAME = 'Gabriel Sampaio'
const AGE = new Date().getFullYear() - 2004
const CURRENT_ROLE = null
const HOBBIES = 'Very good at trying to play piano and achieving platinum status in games'
return { NAME, AGE, HOBBIES, CURRENT_ROLE }
}
const me = fullstack_developer()
console.log(me)
Frontend stack:
Backend stack:
Other: