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-Week1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jwillson2022/JavaScript-Core-1-Coursework-Week1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 22 files changed
  • 1 contributor

Commits on Aug 2, 2022

  1. done A to E

    jwillson2022 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b52f382 View commit details
    Browse the repository at this point in the history
  2. done F .trim() .length

    ex 1 done name length
    
    ex 2 done name length trim
    jwillson2022 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a8eecea View commit details
    Browse the repository at this point in the history
  3. done G

    number of students mentors total
    jwillson2022 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    81cb38a View commit details
    Browse the repository at this point in the history
  4. done I

    Math.round()
    number / total *100
    jwillson2022 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9d48cb4 View commit details
    Browse the repository at this point in the history
  5. finished J

    return number / 2;
    return number * 3;
    jwillson2022 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a3d169c View commit details
    Browse the repository at this point in the history
  6. completed K

    .toString();
    typeof
    jwillson2022 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    824b2b6 View commit details
    Browse the repository at this point in the history
  7. done i

    shift(); problem shorten my array i--;
    jwillson2022 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    931d353 View commit details
    Browse the repository at this point in the history
  8. npm tested

    l1-logic pass
    2-syntax pass
    jwillson2022 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d312cc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. fix 3-function

    concat
    jwillson2022 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    72dbfe3 View commit details
    Browse the repository at this point in the history
  2. finished and tested all mandatory

    finished 4-tax.js,  called a function in a function, £18.00;
    jwillson2022 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d8ebd89 View commit details
    Browse the repository at this point in the history
Loading