Skip to content
View IMostafaR's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report IMostafaR

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
IMostafaR/README.md

welcome Hi, 您好, هلا والله

About me.. ☺️

script.js;

class Developer {
  constructor(
    name,
    pastJob,
    currentJob,
    programmingLanguages,
    frontendTechnologies,
    backendTechnologies
  ) {
    this.name = name;
    this.pastJob = pastJob;
    this.currentJob = currentJob;
    this.programmingLanguages = programmingLanguages;
    this.frontendTechnologies = frontendTechnologies;
    this.backendTechnologies = backendTechnologies;
  }

  displayInfo() {
    console.log(
      `Hi, I'm ${this.name}, and I used to work as a ${
        this.pastJob
      }. Currently, I'm a ${
        this.currentJob
      }, working with frontend technologies like ${this.frontendTechnologies.join(
        ", "
      )}, backend technologies such as ${this.backendTechnologies.join(
        ", "
      )}, and write code in programming languages like ${this.programmingLanguages.join(
        ", "
      )}.`
    );
  }
}

let whoAmI = new Developer(
  "Mostafa",
  "Chemist",
  "Full Stack Developer In Training",
  ["JavaScript", "Python"],
  ["HTML", "CSS", "Bootstrap", "jQuery", "React"],
  ["Node.js", "Express.js", "MongoDB"]
);

whoAmI.displayInfo();

GIF


GIF




html5 css3 javascript bootstrap jquery react nodejs linux command-line git github

github-readme-stats

Popular repositories

  1. IMostafaR IMostafaR Public

    Welcome Page

    2

  2. route_assignment_3 route_assignment_3 Public

    This is my work assigned by Route-Academy while learning front-end web development

    HTML

  3. route_assignment_4 route_assignment_4 Public

    This is my work assigned by Route-Academy during learning front-end web development

    HTML

  4. -route_assignment_5 -route_assignment_5 Public

    This is my work assigned by Route-Academy during learning front-end web development

    CSS

  5. -route_assignment_6 -route_assignment_6 Public

    This is my work assigned by Route-Academy during learning front-end web development

    HTML

  6. Frontend-Mentor-QR-code-component-coding-challenge Frontend-Mentor-QR-code-component-coding-challenge Public

    Frontend Mentor - QR code component solution

    HTML