I'm a graphic designer and front-end developer from Goa, India.
"When I die, put my code in the grave."
const surname = 'pereira'
const username = surname.replaceAll('r','x').replace('a','v')
const nickname = username.slice(0,3)
console.log(nickname)