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

Commits on May 9, 2019

  1. Initial commit

    Hoxtygen committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a9a99a6 View commit details
    Browse the repository at this point in the history
  2. Refactor code to JavaScript classes

    All objects  making use constructor method have been changed to class. This makes the codes neater and easier to read.
    It also abstracts away binding of `this` and saves the developer from typing lots of codes and cramming lots of logic.
    Hoxtygen committed May 9, 2019
    Configuration menu
    Copy the full SHA
    07946dc View commit details
    Browse the repository at this point in the history
  3. Create lambda classes

    Lambda classes are created for Person, Instructor, Student and ProjectManager. The Person class is the base class, and there are two new instances of each class to test that the classes are working as intended.
    Hoxtygen committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a48b529 View commit details
    Browse the repository at this point in the history
  4. Add grade property to student class

    Grade property is added to the student class, this is useful for tracking the student performance.
    Hoxtygen committed May 9, 2019
    Configuration menu
    Copy the full SHA
    67ab110 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Merge pull request #1 from Hoxtygen/wasiu-idowu

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