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: benrbryant/JavaScript_Functions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Anthreris/JavaScript_FunctionsCSharp-63
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
  • 1 file changed
  • 1 contributor

Commits on Jan 20, 2026

  1. Configuration menu
    Copy the full SHA
    4a9a386 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Completed Exercise 2, had to remove a else (age < 16) due to being in…

    …correct and problematic.
    Anthreris committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    d1f5a5f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Drafting Exercise 3.

    Anthreris committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    2335500 View commit details
    Browse the repository at this point in the history
  2. Quadrant locator method drafted now need to identify proper numerical…

    … labels for quadrants.
    Anthreris committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    5254121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b344890 View commit details
    Browse the repository at this point in the history
  4. Exercise 3 currently functional. Double checking requirements of the …

    …exercise. Theoretically could have a value not in a quadrant and instead at the origin.
    Anthreris committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    406e1e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f63482 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7ea328 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28eb5c5 View commit details
    Browse the repository at this point in the history
  8. Redesigned the responses for Exercise 3 since before it looked like i…

    …t was counting up, instead of referencing specific locations on a graph. Also formatting.
    Anthreris committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    329271c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a25505 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2026

  1. Had to follow the exercise video for Exercise 4. Struggled on creatin…

    …g this one. Moving onto Exercise 5.
    Anthreris committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    ba72d60 View commit details
    Browse the repository at this point in the history
  2. Prepped part of Exercise 5. Figuring out what let should be, and othe…

    …r components of the function. Also falling asleep, trying to brainstorm this.
    Anthreris committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    a22812a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Worked on Exercise 5, saw that the Exercise page on TrueCoders labels…

    … it Bonus. Decided to just turn in the assignment and move to the next one. Taking too long on this problem.
    Anthreris committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    49207d3 View commit details
    Browse the repository at this point in the history
  2. Fixed some errors at Cynthia's request. Specifically changing > 16 to…

    … >= 16, and the x and y axis features in the code.
    Anthreris committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    29e5437 View commit details
    Browse the repository at this point in the history
Loading