π§πΎπ π π! π¨'π Oghenemine Okah i'π πΊ Software Engineer π»πππ π½πππ π½πππππΊπ ππππ½ππΌππ.
πΆππΎπ π¨'π πππ πΌππ½πππ πππ'π π πΏπππ½ ππΎ ππ πΊππππ ππΊππΎs, πππππ ππππππΎπ ππ π πΎπΊπππππ ππππΎπππππ π¨ πΏπππ½ πΏππ
class Mine extends Person {
constructor() {
super();
this.name = "Tejiri Mine";
this.age = 21;
this.work = ["Freelance", "Building BeatBridge"];
this.education = ["BSC Benson Idahosa University", "Graceville"];
this.hobbies = ["Drawing", "Playing Piano", "Gaming", "Reading"];
}
current_location() {
return " Lagos, Nigeria";
}
next_locations() {
return ["Toronto?"];
}
currently() {
return {
studying: ["Computer Science"],
learning: ["Web3", "Three JS"],
};
}
}
