Skip to content

bittricky/bittricky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Why, Hello there! 👋🏽

github-snake
class Person {
  constructor() {
    this.name = "Mitul Patel";
    this.languagesSpoken = ["hi_IN", "gu_IN", "en_US"];
    this.code = ["Javascript", "Python", "C#"];
  }

  sayHi = () => {
    console.log(`Hey, Thanks for stopping by.`);
  };
}

const me = new Person();
me.sayHi();

Releases

No releases published

Packages

No packages published