📢 I'm currently working on this project. Some features may not work as you expect! Sorry 🙏

Class Myself {
constructor() {
this.name = 'Abdur Rahman Robin';
this.companyName = 'OFO Tech Sdn Bhd';
}
}
console.log(`Hello & Welcome, my name is ${this.name}. I'm a full stack software developer working in ${this.companyName}. I love to convert my thoughts into code. And love to share my knowledge with others. \n
If you have a project or creative need that I can help with, please feel free to contact.`);