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: 404NotAFriend/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.
  • 16 commits
  • 25 files changed
  • 1 contributor

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    779aa56 View commit details
    Browse the repository at this point in the history
  2. Completed exercise 03

    404NotAFriend committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    79e35d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    72cee61 View commit details
    Browse the repository at this point in the history
  2. Create base function and declared 2 variables ||

    Create a check to see if values are positive and integers ||
    Used typeof to check for numbers and value  < 0 for positive ||
    Created variable for sum of all valors ||
    Create a loop that goes throught the Minimum value given to first or last ||
    Used Math.min and max to order the values from lower to upper
    Created a line to sum all the values between first and last , including first and last ||
    404NotAFriend committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    ec19084 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    868d409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    955e149 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7372949 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    806d59c View commit details
    Browse the repository at this point in the history
  7. Created basic code on exercise 07 , created converToCelsius and Fahre…

    …nheit functions
    
    Both functions passed the first code of making the correct conversion
    404NotAFriend committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    2233b15 View commit details
    Browse the repository at this point in the history
  8. Corrected the celsius and fahrenheit values for tempConversions

    Updated the Math Round to 1 decimal house for the values
    404NotAFriend committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c5e8c22 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Started Exercise 08

    Created add function
    Created subtract function
    Created sum function
    Created Multiply function
    404NotAFriend committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    ebc329b View commit details
    Browse the repository at this point in the history
  2. Created power function

    Created Factiorialize function with a for loop as Iterative Approach to avoid overhead recusive function calls
    Completed all tests sucessfully
    Exercise completed - 08 calculator
    404NotAFriend committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    afb1f51 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Configuration menu
    Copy the full SHA
    af289cb View commit details
    Browse the repository at this point in the history
  2. Created all code for exercise 10-fibonacci

    Created main fuction with iterative method
    Created all code for function
    Recreated the function in arrow function method
    All Tests passed and completed
    404NotAFriend committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    15b75e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Created arrow function to complete exercise 11 of getTheTitles

    Completed the test sucessfully
    Used the map array function to complete exercise
    404NotAFriend committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    118384f View commit details
    Browse the repository at this point in the history
  2. Created arrow function for calculating whos the oldest of array data

    Created 2 ifs , one in case no date of death is provided , sets it to present date
    In case the oldest is the one without Death Data , if makes first data on array start as older then runs function
    404NotAFriend committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    f409393 View commit details
    Browse the repository at this point in the history
Loading