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: spmcdonnell/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.
  • 10 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 13, 2019

  1. Initial commit

    Sean McDonnell Sean McDonnell
    Sean McDonnell authored and Sean McDonnell committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    20e1b8a View commit details
    Browse the repository at this point in the history
  2. Reformat constructor functions to use classes instead

    Sean McDonnell Sean McDonnell
    Sean McDonnell authored and Sean McDonnell committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    0f2a3c5 View commit details
    Browse the repository at this point in the history
  3. Create generic person class

    Sean McDonnell Sean McDonnell
    Sean McDonnell authored and Sean McDonnell committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    754a54b View commit details
    Browse the repository at this point in the history
  4. Create instructor class that inherits from person class

    Sean McDonnell Sean McDonnell
    Sean McDonnell authored and Sean McDonnell committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e513002 View commit details
    Browse the repository at this point in the history
  5. Create student class that inherits from person class

    Sean McDonnell Sean McDonnell
    Sean McDonnell authored and Sean McDonnell committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    4bf2ed4 View commit details
    Browse the repository at this point in the history
  6. Create PM class that extends instructor class

    Sean McDonnell Sean McDonnell
    Sean McDonnell authored and Sean McDonnell committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    859c63b View commit details
    Browse the repository at this point in the history
  7. Complete MVP for all exercises

    Sean McDonnell Sean McDonnell
    Sean McDonnell authored and Sean McDonnell committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    8760cef View commit details
    Browse the repository at this point in the history
  8. Complete stretch goals

    Sean McDonnell Sean McDonnell
    Sean McDonnell authored and Sean McDonnell committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    28dc13c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Minor cleanup

    Sean McDonnell Sean McDonnell
    Sean McDonnell authored and Sean McDonnell committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    9cb1987 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Merge pull request #1 from spmcdonnell/sean-mcdonnell

    Sean mcdonnell
    sdoylelambda authored Jul 18, 2019
    Configuration menu
    Copy the full SHA
    5004954 View commit details
    Browse the repository at this point in the history
Loading