class MizraimEliab {
constructor(message) {
this.message = message;
}
sayWelcome() {
console.log(this.message);
}
}
let mizraim = new MizraimEliab("Welcome to my profile");
mizraim.sayWelcome();- 👀 I’m interested in web development and cloud solutions
- 🌱 I’m currently learning Microsoft Azure
- 💞️ I’m looking to collaborate on cloud-based projects
- 👋 Hi, I’m @MizraimEliab
- 🌐 My website is mizraimeliab.com
- 📫 How to reach me by mail mizraimeliab168@gmail.com


