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: danthareja/contribute-to-open-source
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bthall16/contribute-to-open-source
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.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Dec 24, 2018

  1. Change calculator code to DRY format

    Brandon Hall committed Dec 24, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    665c9ee View commit details
Showing with 310 additions and 402 deletions.
  1. +300 −378 package-lock.json
  2. +1 −1 package.json
  3. +8 −22 src/calculator.js
  4. +1 −1 src/calculator.test.js
Loading