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: ModestoT/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
  • 1 contributor

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    cdec853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd1176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0915c8f View commit details
    Browse the repository at this point in the history
  4. Created the instructor and student classes and set up each ones uniqu…

    …e attributes as well as methods
    ModestoT committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    1c5a0dd View commit details
    Browse the repository at this point in the history
  5. completed creating objects for person, instructor and the student cla…

    …ss to test each method and test accessing each objects attributes
    ModestoT committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    41bc689 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48799a0 View commit details
    Browse the repository at this point in the history
  7. Fixed the listsSubjects method for students object to correctly list …

    …the subjects one by one as a string
    ModestoT committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    7e539c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3718ac7 View commit details
    Browse the repository at this point in the history
  9. Completed second stretch goal of adding a grading method using math.r…

    …andom for the instructor object class
    ModestoT committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    ae376df View commit details
    Browse the repository at this point in the history
  10. Added a graduate method for the student based off of their grade and …

    …adjusted the giveGrade method made for the instructor
    ModestoT committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    bc060fd View commit details
    Browse the repository at this point in the history
  11. Fixed the listSubjects to list out the subjects one by one properly u…

    …sing the forEach method
    ModestoT committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    25f8308 View commit details
    Browse the repository at this point in the history
Loading