GithubHelp home page GithubHelp logo

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

Mostafa Ragab's Projects

-route_assignment_5 icon -route_assignment_5

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

-route_assignment_6 icon -route_assignment_6

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

bootstrap-exam icon bootstrap-exam

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

fcc icon fcc

freeCodeCamp - studying

route_assignment_3 icon route_assignment_3

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

route_assignment_4 icon route_assignment_4

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.