Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
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/JavaScript-Core-1-Coursework-Week3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Arbeits-Sachen/JavaScript-Core-1-Coursework-Week3
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
  • 12 files changed
  • 1 contributor

Commits on Aug 15, 2022

  1. Update exercise.js

    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f969bba View commit details
    Browse the repository at this point in the history
  2. Update exercise.js

    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6ca81bf View commit details
    Browse the repository at this point in the history
  3. Update exercise.js

    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    35f5fc2 View commit details
    Browse the repository at this point in the history
  4. Update exercise.js

    *note* for doesnt work
    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    9394d44 View commit details
    Browse the repository at this point in the history
  5. Update exercise.js

    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    196b454 View commit details
    Browse the repository at this point in the history
  6. Update exercise1.js

    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7dba218 View commit details
    Browse the repository at this point in the history
  7. Update exercise2.js

    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    09a5173 View commit details
    Browse the repository at this point in the history
  8. Update exercise.js

    *note* const is not needed before i in for of loop
    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    252cb70 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e4dd64 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f13180 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c4bc99 View commit details
    Browse the repository at this point in the history
  12. Update 4-stocks.js

    *note* const average = (closingPricesForAllStocks.map((array) => array.reduce((r, current) => r + current / array.length, 0))).map((element) => parseFloat(element.toFixed(2)));
    Should be used more often
    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7ff16db View commit details
    Browse the repository at this point in the history
  13. Update 1-factorial.js

    Arbeits-Sachen authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b504ad9 View commit details
    Browse the repository at this point in the history
Loading