Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 

Repository files navigation


Headline

tarupathak

Leetcode Gmail Twitter

class Developer {
  constructor() {
    this.name = "Taru Pathak πŸš€";
    this.role = "FullStack Developer 🎨";
    this.favoriteLanguage = "JavaScript ✨";
    this.hobby = "Developing πŸ’»";
  }

  sayHello() {
    console.log("Hello there! Thanks for checking out my work, stay awesome! 😎");
  }
}

const me = new Developer();
me.sayHello();

image image image image

image image image image image

image image

image image

image

Β tarupathak

tarupathak

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors