#SPDX-License-Identifier: MIT
pragma npm ^3.10.1
class Profile {
constructor() {
this.name = "Eman Ghazy";
this.jobTitle = "Back-End Developer";
this.country = "Egypt";
this.currentlyWorking = ["Nodejs", "Mongodb", "Restful Api"];
this.currentlyLearning = ["Advanced Nodejs", "Mongodb with Mongoose"];
}
getSkills() {
let skills = ["Nodejs", "PHP", "Laravel", "Js", "C/C++", "HTML & CSS"];
return skills;
}
}
const myProfile = new Profile();
console.log("Name:", myProfile.name);
console.log("Job Title:", myProfile.jobTitle);
console.log("Country:", myProfile.country);
console.log("Currently Working:", myProfile.currentlyWorking);
console.log("Currently Learning:", myProfile.currentlyLearning);
console.log("Skills:", myProfile.getSkills());
👩💻
Focusing
CS Student👩💻 | Back-End Developer
-
Suez Canal University
- Desouq
-
05:52
(UTC +02:00) - in/emanghazy2002
- eman.ghazy.7509
- https://codeforces.com/profile/Eman_Ghazy404
- https://leetcode.com/Eman_Ghazy/
Highlights
Popular repositories Loading
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.