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: codedChaos/100DaysOfCode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: codedChaos/100DaysOfCode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 6, 2022

  1. perf(array-strip): update array stripping function

    fix array strip
    codedChaos committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    6f9d8f2 View commit details
    Browse the repository at this point in the history
  2. chore(npm-package): add package-lock.json

    reinit commitizen on dev branch
    codedChaos committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    022ad45 View commit details
    Browse the repository at this point in the history
  3. perf(array_nums_dedupe): update function to dedupe array of integers

    modify function to strip duplicate numbers from array and return array sorted in ascending order
    codedChaos committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    cca68c1 View commit details
    Browse the repository at this point in the history
Loading