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: CodeYourFuture/Module-Structuring-and-Testing-Data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CodeYourFuture/Module-Structuring-and-Testing-Data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: small_fixes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 7, 2026

  1. fix file path

    Liam310 committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    f0f7a3a View commit details
    Browse the repository at this point in the history
  2. swap let for const

    In the interest of providing code snippets that follow good practices we advocate for, I think all these variable declarations should be const as there's no reason for them not to be.
    Liam310 committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    d818d5e View commit details
    Browse the repository at this point in the history
  3. add further instructions for finding Chrome console

    The purpose of this challenge is to explore using the console, not to figure out how to find it
    Liam310 committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    ff08b65 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2026

  1. fix formatting

    Liam310 committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    ab9f7cf View commit details
    Browse the repository at this point in the history
  2. avoid return value ambiguity

    Liam310 committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    23f887a View commit details
    Browse the repository at this point in the history
  3. add missing words

    Liam310 committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    26358ef View commit details
    Browse the repository at this point in the history
  4. clarify instructions

    Liam310 committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    0ace9dd View commit details
    Browse the repository at this point in the history
  5. streamline partial solution

    This edit attempts to set trainees of on the right foot, exhibiting good practices in our boilerplate code for them to build on.
    Liam310 committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    1f50af7 View commit details
    Browse the repository at this point in the history
  6. use more precise language for function invocation

    Co-authored-by: Daniel Wagner-Hall <daniel@codeyourfuture.io>
    Liam310 and illicitonion authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    12363d4 View commit details
    Browse the repository at this point in the history
Loading