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: tenzyns/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.
  • 19 commits
  • 23 files changed
  • 1 contributor

Commits on Aug 8, 2021

  1. Update 1-syntax-errors.js

    Corrected syntax errors
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    57a4c54 View commit details
    Browse the repository at this point in the history
  2. Update 2-logic-error.js

    Logic error fixed
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    c51cd90 View commit details
    Browse the repository at this point in the history
  3. Update 3-function-output.js

    Added comments and corrected the 3rd function
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    64fe7f4 View commit details
    Browse the repository at this point in the history
  4. Update 4-tax.js

    Sales tax function created
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    428d570 View commit details
    Browse the repository at this point in the history
  5. Update exercise.js

    Exercise B completed
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    5b51685 View commit details
    Browse the repository at this point in the history
  6. Update exercise.js

    completed exercise C
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    cfdca74 View commit details
    Browse the repository at this point in the history
  7. Update exercise.js

    Added variable and typeof command
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    797da85 View commit details
    Browse the repository at this point in the history
  8. Update exercise.js

    Greetings concatenation added.
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    fc4497a View commit details
    Browse the repository at this point in the history
  9. Update exercise.js

    My name's character length is printed.
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    cfcba32 View commit details
    Browse the repository at this point in the history
  10. Update exercise2.js

    used string trim function and character length.
    tenzyns committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    6bc4aad View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Update exercise.js

    G-numbers exercise completed
    tenzyns committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    fbd9593 View commit details
    Browse the repository at this point in the history
  2. Update exercise.js

    Floats exercise completed
    tenzyns committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    b932e4c View commit details
    Browse the repository at this point in the history
  3. Function exercises updated

    2 exercises in J-function folder completed. Added function that halves a number and another function that triples a number.
    tenzyns committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    21b3814 View commit details
    Browse the repository at this point in the history
  4. Function parameters updated

    Completed exercises on function parameters.
    tenzyns committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    1044484 View commit details
    Browse the repository at this point in the history
  5. Nested function update

    Shouty greeting completed
    tenzyns committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    692bb05 View commit details
    Browse the repository at this point in the history
  6. Update 1-currency-conversion.js

    currency conversion test passed
    tenzyns committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    2d66c1f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Update 2-piping.js

    Completed nested functions
    tenzyns committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    63bbe76 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Update 3-magic-8-ball.js

    Magic ball solved.
    tenzyns committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    bc2edce View commit details
    Browse the repository at this point in the history
  2. Update 3-magic-8-ball.js

    Updated if statement for function checkAnswer().
    tenzyns committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    0924a6f View commit details
    Browse the repository at this point in the history
Loading