1const Matheus = {
2 // Hello!
3 // I'm a front-end developer
4 passion: "Front-end ♥";
5 // and a comp sci student
6 computerScientist: true;
7}
2 // Hello!
3 // I'm a front-end developer
4 passion: "Front-end ♥";
5 // and a comp sci student
6 computerScientist: true;
7}
{ ...About
I’m Matheus, i’ve been working for ~10 years with web development and I’m a front-end developer at Letras.mus.br
I love writing, learning and teaching. And I love technology, too. That's why I created this little corner of the internet.
Brazilian, I'm about to graduate in computer science.
{ ...Projects
{ ...Drops
#1
The Optional Chaining Operator (?.) allows accessing properties of an object without making explicit checks for the existence of the object itself. Read more