Skip to content

alhas/alhas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 

Repository files navigation

Hi there πŸ‘‹

visitors Open Source Love

class SoftwareDeveloper{
    constructor(name,role){
        this.name = name;
        this.role = role;
    }
     getDetails(){
        return (`The name of the ${this.role} ${this.name}`)
    }
}   //Hello I'm Ali, I'm a student in software development, and technology enthusiastic.
    //I have five years of experience in IT.
    const theDeveloper = new SoftwareDeveloper('Bahtiyar Ali ALHAS','Software Test Engineer');
    console.log(theDeveloper.getDetails())

πŸ”§ Technologies & Tools

πŸ“¬ How to reach me?

Releases

No releases published

Packages

No packages published