class CodeCraftsMan {
constructor() {
this.name = "M.Suleman";
this.languages = ["Go Lang", "JavaScript", "TypeScript", "React Native", "React"];
this.role = "Software Engineer, Backend, Frontend, Android, iOS, Web";
this.email = "supolaris.dev@gmail.com";
this.location = "Pakistan";
this.hobbies = ["Coding", "Reading", "Gaming", "Skateboarding"];
}
helloWorld() {
console.log("Hello there! Thanks for visiting my profile. I'm excited for you to explore some of my projects.");
console.log("Want to drop a friendly hello? don't hesitate feel free to reach out.");
console.log("Lets connect, if you have any questions or suggestions.");
console.log("I'm always open to to new ideas and collaborations.");
console.log("Feel free to contribute in any of my work");
console.log("Stay tuned for updates, Thanks :) ");
}
}
const aboutSuleman = new CodeCraftsMan();
aboutSuleman.helloWorld();
🎯
npx suleman
Popular repositories Loading
-
-
Python-1
Python-1 PublicForked from TheAlgorithms/Python
All Algorithms implemented in Python
Python
-
-
-
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.