Skip to content

๐Ÿš€ README that appears on the homepage of my profile.

Notifications You must be signed in to change notification settings

Henrique1818/Henrique1818

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 

Repository files navigation

Hi, I'm Henrique ๐Ÿ‘‹

System developer and student focused on learning back-end and front-end technologies ๐Ÿ“š

Github Badge Linkedin Badge Instagram Badge

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());

github readme stats