class Catgirl {
constructor(public name: string) {}
greeting = () => `Pweh! I'm ${this.name}. If you need help, I suppose I could lend a paw, nya~`;
}
const me = new Catgirl('Violetta');
me.greeting();
const subjectsStudying = ['💻 Software Development', '🔮 Psychology', '🪐 Operations Research', '🍰 Baking'];
nya! | nya! | ||
nya! | nya! |
You can find me on Telegram nya.