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: yochie/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.
  • 13 commits
  • 13 files changed
  • 1 contributor

Commits on Oct 4, 2024

  1. Solve exercise 01

    yochie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1dbb39d View commit details
    Browse the repository at this point in the history
  2. Create repeatString()

    yochie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    67b86ce View commit details
    Browse the repository at this point in the history
  3. Enable tests for exercise 02

    yochie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8a2d276 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00dce76 View commit details
    Browse the repository at this point in the history
  5. Add string reversing function

    yochie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    be732ef View commit details
    Browse the repository at this point in the history
  6. Enable tests for exercise 03

    yochie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9bcb015 View commit details
    Browse the repository at this point in the history
  7. Filter list to remove items

    yochie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0542f4a View commit details
    Browse the repository at this point in the history
  8. Enable tests for exercise 04

    yochie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7c5c715 View commit details
    Browse the repository at this point in the history
  9. Add sumAll function

    yochie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    537ec5f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef307da View commit details
    Browse the repository at this point in the history
  11. Validate input for sumAll

    yochie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    40f34ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f94ff3d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e24b416 View commit details
    Browse the repository at this point in the history
Loading