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();
-
Notifications
You must be signed in to change notification settings - Fork 1
bittricky/bittricky
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Github Profile Readme 🤩
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published