Skip to content
View alhas's full-sized avatar
๐ŸŸข
Typing...
๐ŸŸข
Typing...
  • France
  • 17:49 (UTC +02:00)

Sponsoring

@ThePrimeagen

Highlights

  • Pro

Organizations

@ms-wsb
Block or Report

Block or report alhas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
alhas/README.md

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?

Pinned

  1. LibraryWebApp LibraryWebApp Public

    JavaScript

  2. CI-Testing-Selenium CI-Testing-Selenium Public

    Python

  3. BAA_EmployeeApp_Angular_Front-End BAA_EmployeeApp_Angular_Front-End Public

    Angular Front-end application.

    HTML

  4. firebasechatapp firebasechatapp Public

    JavaScript

  5. tsp_using_genetic_algorithm tsp_using_genetic_algorithm Public

    Travel Salesman Problem implementation on Genetic Algorithm

    Python

  6. Lenovo_Y530_Linux_Fan_Fix Lenovo_Y530_Linux_Fan_Fix Public

    Makes Lenovo Y530 fans stable.

    Shell 1