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: humailhasankhan/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
  • 25 files changed
  • 1 contributor

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    6466854 View commit details
    Browse the repository at this point in the history
  2. Completed C-variables exercise by creating a variable and logging the…

    … variable three times to the console
    humailhasankhan committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    aac0473 View commit details
    Browse the repository at this point in the history
  3. Finished Strings typeOf exercise by creating myMessage variable and a…

    …nother variable with its typeof and logging both variables to the console
    humailhasankhan committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    fe1a980 View commit details
    Browse the repository at this point in the history
  4. Finished exercise by creating two variables which concatenate in a th…

    …ird variable and logged the third variable to the console
    humailhasankhan committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    a9cc88c View commit details
    Browse the repository at this point in the history
  5. completed both exercises by creating variables to concatenate the fir…

    …st one and .trim for the second one to use the given variable and count the characters.
    humailhasankhan committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b614a3a View commit details
    Browse the repository at this point in the history
  6. completed numbers exercise by creating two variable for total number …

    …of students and mentors. Finally, created a third variable with template litterals to give a string including the totals
    humailhasankhan committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    845b7b4 View commit details
    Browse the repository at this point in the history
  7. made changes to the exercise so they reflect the expected results. co…

    …ncept generally remains the same.
    humailhasankhan committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b6bb4d0 View commit details
    Browse the repository at this point in the history
  8. Completed floats exercise by creating variables for total and percent…

    …ages of students and mentors. Logged it to console using Math.round inside of template literals
    humailhasankhan committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    4923c33 View commit details
    Browse the repository at this point in the history
  9. completed both exercises for Functions by adding return code blocks i…

    …nside of the functions to halve and triple the numbers respectively.
    humailhasankhan committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    7431455 View commit details
    Browse the repository at this point in the history
  10. Completed all function parameters exercises by creating functions tha…

    …t take numbers and strings as parameters
    humailhasankhan committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    577c13e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c904d86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4868a4b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    10d2c3e View commit details
    Browse the repository at this point in the history
  2. Explained what the first two function do and added code block to func…

    …tion 3 where three parameters are concatenated using the + operator.
    humailhasankhan committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    9e0181e View commit details
    Browse the repository at this point in the history
  3. added code to first function for price + price *0.2 and second functi…

    …on calling first function to give total and returning value in pounds with toFixed at 2 decimals
    humailhasankhan committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    bd7e90f View commit details
    Browse the repository at this point in the history
  4. completed extra 1 - converted pound to USD by calling function with p…

    …ound *1.4, second function used parseFloat to return decimal number value with toFixed at 2 decimals and calculated 99% of total by multiplying by 0.99
    humailhasankhan committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    43ab58b View commit details
    Browse the repository at this point in the history
  5. completed extra exercise 2 by returning all three functions and decla…

    …ring badCode variable and two more variables to go along goodCode variable. Added parseFloat toFixed at 1 decimal so it meets the requirements to cater decimal numbers with 1 decimal
    humailhasankhan committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    96fc414 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Completed the magic ball 8 extra challenge by generating a random num…

    …ber for shakeball function and using else if statements for both functions as conditions to pass the tests
    humailhasankhan committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    397457f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

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