class Tayba {
private age: number = 22;
private university: string = "McGill University";
private role: string = "Software Engineering Student";
private skills: string[] = ["JavaScript", "TypeScript", "Java", "Python", "3D Modeling"];
private hobbies: string[] = ["Coding", "Self-Learning ML", "Gaming", "Did you get to this point :D"];
constructor() {
console.log("Hi, I'm Tayba! Welcome to my GitHub.");
}
public intro(): void {
console.log(`I'm a ${this.role} at ${this.university}.`);
console.log("I'm working on a P2P library application, and preparing for its deployment!");
}
}
const tayba = new Tayba();
tayba.intro();
3nd year SE student at McGill and 3D environment art enthusiast:)
Highlights
- Pro
Pinned Loading
-
-
QuestBit-v2
QuestBit-v2 PublicGamified Task Management Android/IOS application. Made with TypeScript, React-Native and Appwrite.
-
-
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.

