Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bloominstituteoftechnology/JavaScript-IV
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: erozonachi/JavaScript-IV
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 3 files changed
  • 2 contributors

Commits on May 9, 2019

  1. Initial commit

    erozonachi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    416b6b4 View commit details
    Browse the repository at this point in the history
  2. Convert constructor functions into es6 classes

    Refactored constructor functions; GameObject, CharacterStats, Humanoid,
    Villain and Hero to ES6 classes using keywords; `class`, `extends` and
    `super`.
    erozonachi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6e0ba6e View commit details
    Browse the repository at this point in the history
  3. Create person class

    Wrote Person class with properties; name, age, gender and location,
    and has method; speak().
    erozonachi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    4f97e34 View commit details
    Browse the repository at this point in the history
  4. Create instructor class

    Wrote Instructor class that inherits from the Person generic class
    and has extra properties of; specialty, favLanguage and catchPhrase,
    and also has methods named; demo(subject) and grade(student, subject).
    erozonachi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    994d7f5 View commit details
    Browse the repository at this point in the history
  5. Create student class

    Wrote Student class that inherits form the Person class, with unique
    properties; previousBackground, className and favSubjects, and unique
    methods; listsSubjects(), PRAssignment(subject) and sprintChallenge(
    subject).
    erozonachi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    be6fe69 View commit details
    Browse the repository at this point in the history
  6. Create project manager class

    Wrote ProjectManager class that extends the Instructor class, with
    unique properties; gradClassName, favInstructor and unique methods;
    standUp(channel) and debugsCode(student, subject).
    erozonachi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5a07ab0 View commit details
    Browse the repository at this point in the history
  7. mvp complete

    erozonachi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    708289a View commit details
    Browse the repository at this point in the history
  8. Solve stretch problem

    Extend the functionality of the Student adding grade property and
    graduate() method. Also, add gradeStudent() method to the Instructor.
    erozonachi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    4117c7c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Merge pull request #1 from erozonachi/james-eneh

    WEBEU2 - JavaScript IV - James Eneh 🇳🇬
    maximesalomon authored May 10, 2019
    Configuration menu
    Copy the full SHA
    d159a31 View commit details
    Browse the repository at this point in the history
Loading