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();
🔥
Do you feel the creative fire?
-
@MennyAI
- *・☾・。. • *・. • *・☆・
-
15:52
(UTC -04:00) - https://mitulpa.tel
- @bittricky@mastodon.social
Highlights
Pinned Loading
-
public-apis/public-apis
public-apis/public-apis PublicA collective list of free APIs
-
-
-
-
jackpot-cli
jackpot-cli PublicCommand line tool to generate lottery numbers for major lotteries 🎲
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.