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()
🚀
Never stop learning
Programming is 1% talent and 99% practice, you build your future
- São Paulo
Pinned Loading
-
VSCode Settings
VSCode Settings 1{
2// Editor
3"editor.fontSize": 16,
4"editor.lineHeight": 1.6,
5"editor.fontFamily": "JetBrains Mono",
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.