System developer and student focused on learning back-end and front-end technologies 📚
class About{
constructor() {
this.name = 'Henrique';
this.age = 23;
this.stacks = ['CSharp', 'ASP.NET Framework', 'ASP.NET', 'ASP.NET MVC', 'Javascript', 'Nodejs', 'Reactjs'];
this.likesToDO = ['Coding', 'Watching series and movies', 'Discover new places'];
}
}
console.log(new About());