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: lfsalazarcruz/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.
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 28, 2018

  1. Luis F. Salazar

    luis salazar luis salazar
    luis salazar authored and luis salazar committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    ec152b6 View commit details
    Browse the repository at this point in the history
  2. Refactored code to use US6 classes.

    luis salazar luis salazar
    luis salazar authored and luis salazar committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    ba39f10 View commit details
    Browse the repository at this point in the history
  3. Finished creating constructor functions.

    Some methods are still missing.
    
    Created the first Instructor object.
    luis salazar luis salazar
    luis salazar authored and luis salazar committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    78c4e59 View commit details
    Browse the repository at this point in the history
  4. Major Changes

    Created six different objects (2 of each).
    
    Console.log different properties of each method. Everything is working correctly.
    
    Still working on the last two methods.
    luis salazar luis salazar
    luis salazar authored and luis salazar committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    465b599 View commit details
    Browse the repository at this point in the history
  5. Minor Changes

    Finished the debugsCode method and the grade method.
    luis salazar luis salazar
    luis salazar authored and luis salazar committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    a070911 View commit details
    Browse the repository at this point in the history
  6. Started stretch goals.

    Added a grade property to the Student Constructor function.
    
    Created a method for the Instructor Constructor function that substracts a random number from the student object.
    luis salazar luis salazar
    luis salazar authored and luis salazar committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    877e243 View commit details
    Browse the repository at this point in the history
Loading