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

Commits on Jun 10, 2023

  1. Update file with solutions

    jorgeoliart committed Jun 10, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    1b3877e View commit details
  2. Update fixes repeat string files

    jorgeoliart committed Jun 10, 2023
    Copy the full SHA
    177d158 View commit details
  3. Update fixed reverse string js file

    jorgeoliart committed Jun 10, 2023
    Copy the full SHA
    95b0629 View commit details
  4. Update spec file with no skips

    jorgeoliart committed Jun 10, 2023
    Copy the full SHA
    503447d View commit details

Commits on Jun 11, 2023

  1. Make function with nested loops and counting backwards

    jorgeoliart committed Jun 11, 2023
    Copy the full SHA
    7667b04 View commit details
  2. Run all tests

    jorgeoliart committed Jun 11, 2023
    Copy the full SHA
    811b707 View commit details

Commits on Jun 12, 2023

  1. Function works with any two positive intergers

    jorgeoliart committed Jun 12, 2023
    Copy the full SHA
    1a84558 View commit details
  2. Fix typo in finalSum variable

    jorgeoliart committed Jun 12, 2023
    Copy the full SHA
    58c7fbc View commit details
  3. Copy the full SHA
    4399fb3 View commit details
  4. Copy the full SHA
    a1b84dd View commit details

Commits on Jun 13, 2023

  1. Do the leap years function

    jorgeoliart committed Jun 13, 2023
    Copy the full SHA
    b2a81b3 View commit details
  2. Add a parameter to each function

    jorgeoliart committed Jun 13, 2023
    Copy the full SHA
    da2324a View commit details
  3. Write seudocode for both functions

    jorgeoliart committed Jun 13, 2023
    Copy the full SHA
    4c261b7 View commit details
  4. Transform celsius annd farenheit with formulas

    jorgeoliart committed Jun 13, 2023
    Copy the full SHA
    afa199c View commit details
  5. Round transformed numbers to have one decimal only

    jorgeoliart committed Jun 13, 2023
    Copy the full SHA
    3559844 View commit details
Loading