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: nedssoft/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.
  • 11 commits
  • 2 files changed
  • 2 contributors

Commits on May 9, 2019

  1. Setup project

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c942c46 View commit details
    Browse the repository at this point in the history
  2. Refactor prototypal inheritance to class inheritance

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    eda3c74 View commit details
    Browse the repository at this point in the history
  3. Implement Person and Instructor classes

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c9052dc View commit details
    Browse the repository at this point in the history
  4. Implement Student class setup

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c288231 View commit details
    Browse the repository at this point in the history
  5. Implement ProjectManager class setup

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    d14516d View commit details
    Browse the repository at this point in the history
  6. Test Person Class

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    d463414 View commit details
    Browse the repository at this point in the history
  7. Test Instructor Class

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    422dc75 View commit details
    Browse the repository at this point in the history
  8. Test Student Class

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a06f106 View commit details
    Browse the repository at this point in the history
  9. Test PM Class

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    dc91e23 View commit details
    Browse the repository at this point in the history
  10. (stretch): Implement Student grader

    Orie Chinedu
    Orie Chinedu committed May 9, 2019
    Configuration menu
    Copy the full SHA
    0f01710 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Merge pull request #1 from oriechinedu/chinedu-orie

    Convert prototypal inheritance to class inheritance
    SorinC6 authored May 10, 2019
    Configuration menu
    Copy the full SHA
    3ea9362 View commit details
    Browse the repository at this point in the history
Loading