class About {
constructor(name, social, language, frontend, backend, database) {
this.name = name;
this.social = social;
this.language = language;
this.frontend = frontend;
this.backend = backend;
this.database = database;
}
}
const aboutMe = new About(
"M. H. Nahib",
[
"mhnahib@gmail.com",
"https://github.com/MHNahib",
"https://www.facebook.com/profile.php?id=100017094937153",
"https://www.instagram.com/m.h.nahib/"
],
["c", "c++", "java", "python", "js"],
{
js: ["react", "next.js"],
css: ["bootstrap", "tailwindcss"]
},
{
js: ["node", "express"],
python: ["django"]
},
["mysql", "mongodb"]
);
console.log(aboutMe);
-
🔭 I’m currently working on Competitive Programming (CP)
-
🌱 I’m currently learning Node.js & React
-
👯 I’m looking to collaborate on any open source project
-
🤔 I’m looking for help with ...
-
💬 Ask me about anything related to tech
-
😄 Pronouns: ...
-
⚡ Fun fact: I am not a robot !!!