-
Notifications
You must be signed in to change notification settings - Fork 47.4k
Comparing changes
Open a pull request
base repository: TheOdinProject/javascript-exercises
base: main
head repository: 404NotAFriend/javascript-exercises
compare: main
- 16 commits
- 25 files changed
- 1 contributor
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 779aa56 - Browse repository at this point
Copy the full SHA 779aa56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e35d2 - Browse repository at this point
Copy the full SHA 79e35d2View commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72cee61 - Browse repository at this point
Copy the full SHA 72cee61View commit details -
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 ||
Configuration menu - View commit details
-
Copy full SHA for ec19084 - Browse repository at this point
Copy the full SHA ec19084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868d409 - Browse repository at this point
Copy the full SHA 868d409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 955e149 - Browse repository at this point
Copy the full SHA 955e149View commit details -
Created basic if/else statements to check if year is leap year
First test passed
Configuration menu - View commit details
-
Copy full SHA for 7372949 - Browse repository at this point
Copy the full SHA 7372949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 806d59c - Browse repository at this point
Copy the full SHA 806d59cView commit details -
Created basic code on exercise 07 , created converToCelsius and Fahre…
…nheit functions Both functions passed the first code of making the correct conversion
Configuration menu - View commit details
-
Copy full SHA for 2233b15 - Browse repository at this point
Copy the full SHA 2233b15View commit details -
Corrected the celsius and fahrenheit values for tempConversions
Updated the Math Round to 1 decimal house for the values
Configuration menu - View commit details
-
Copy full SHA for c5e8c22 - Browse repository at this point
Copy the full SHA c5e8c22View commit details
Commits on Jan 3, 2025
-
Created add function Created subtract function Created sum function Created Multiply function
Configuration menu - View commit details
-
Copy full SHA for ebc329b - Browse repository at this point
Copy the full SHA ebc329bView commit details -
Created Factiorialize function with a for loop as Iterative Approach to avoid overhead recusive function calls Completed all tests sucessfully Exercise completed - 08 calculator
Configuration menu - View commit details
-
Copy full SHA for afb1f51 - Browse repository at this point
Copy the full SHA afb1f51View commit details
Commits on Jan 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for af289cb - Browse repository at this point
Copy the full SHA af289cbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 15b75e7 - Browse repository at this point
Copy the full SHA 15b75e7View commit details
Commits on Jan 5, 2025
-
Created arrow function to complete exercise 11 of getTheTitles
Completed the test sucessfully Used the map array function to complete exercise
Configuration menu - View commit details
-
Copy full SHA for 118384f - Browse repository at this point
Copy the full SHA 118384fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f409393 - Browse repository at this point
Copy the full SHA f409393View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main