I am a young and aspiring programmer with experience on a variety of languages and tools like HTML, CSS, JavaScript, Python, React, RegEx etc. I enjoy creating solutions that empower and ensure a better future and make everyday life easier for everyone.
class InfroidCoder{
constructor(){
this.name = "Infroid Coder";
this.pronouns = "He/Him";
this.skills = ["HTML", "CSS", "JavaScript", "Node JS", "Python", "React"];
this.tools = [];
this.languages = ["Sinhala (si)", "English (en-gb)"]
}
sayHello(){
console.log("Hello there, nice to see you!");
}
}
const infroid_coder = new InfroidCoder();
infroid_coder.sayHello();