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())
alhas
Follow
๐ข
Typing...
Highlights
- Pro
Pinned Loading
-
-
-
BAA_EmployeeApp_Angular_Front-End
BAA_EmployeeApp_Angular_Front-End PublicAngular Front-end application.
HTML
-
-
tsp_using_genetic_algorithm
tsp_using_genetic_algorithm PublicTravel Salesman Problem implementation on Genetic Algorithm
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.