Skip to content

bittricky/bittricky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 

Repository files navigation

bittricky | NPM package

npx bittricky

Why, Hello there! πŸ‘‹πŸ½

github-snake
class Person {
  constructor() {
    this.name = "Mitul Patel";

    this.languages = {
      hindi: "hi-IN",
      gujarati: "gu-IN",
      english: "en-US",
    };

    this.tech = {
      languages: ["JavaScript", "TypeScript", "Python", "SQL", "Bash"]
    };
  }

  sayHi() {
    console.log("Thanks for stopping by. Feel free to look around and explore.");
  }
}


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

About

Github Profile Readme 🀩

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors