class Dev {
name = 'Estevão'
role = 'Software Engineer'
languages = ["pt_BR", "en_US"]
helloWorld() {
console.log('Thanks for stopping by, I hope you find some of my work interesting.')
}
}
const fullStack = new Dev()
fullStack.helloWorld()tevass/tevass
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|