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: Andy-Robertson/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.
  • 14 commits
  • 18 files changed
  • 1 contributor

Commits on Jun 26, 2021

  1. A-setup-ide complete

    Andy-Robertson committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    e19980f View commit details
    Browse the repository at this point in the history
  2. B-hello-world complete

    Andy-Robertson committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    3df4d7a View commit details
    Browse the repository at this point in the history
  3. C-variables complete

    Andy-Robertson committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    1283389 View commit details
    Browse the repository at this point in the history
  4. D-strings Complete

    Andy-Robertson committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    482aea5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d8b20d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Configuration menu
    Copy the full SHA
    02b3ed6 View commit details
    Browse the repository at this point in the history
  2. G-numbers complete

    Andy-Robertson committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    dc27fb3 View commit details
    Browse the repository at this point in the history
  3. I-floats complete

    Andy-Robertson committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    9db6e96 View commit details
    Browse the repository at this point in the history
  4. J-functions complete

    Andy-Robertson committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    5e0a6a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    599fc79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6099521 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    ac748fb View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Updated const naming convention & improved comments

    Updated const naming convention to be more distinguishable from let variables using camel case.
    In several cased tweaked the comments to better explain how the program works for clarity.
    Andy-Robertson committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    da7e5ac View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Code Tidy

    Restructured some of the code with a focus on declaring and initialising variables first to improve readability.
    Andy-Robertson committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    1c05f87 View commit details
    Browse the repository at this point in the history
Loading