-
-
Notifications
You must be signed in to change notification settings - Fork 475
Comparing changes
Open a pull request
base repository: CodeYourFuture/JavaScript-Core-1-Coursework-Week1
base: master
head repository: humailhasankhan/JavaScript-Core-1-Coursework-Week1
compare: master
- 19 commits
- 25 files changed
- 1 contributor
Commits on Jun 21, 2021
-
Finished Hello World exercise, experimented and answered the question…
…s in readme file
Configuration menu - View commit details
-
Copy full SHA for 6466854 - Browse repository at this point
Copy the full SHA 6466854View commit details -
Completed C-variables exercise by creating a variable and logging the…
… variable three times to the console
Configuration menu - View commit details
-
Copy full SHA for aac0473 - Browse repository at this point
Copy the full SHA aac0473View commit details -
Finished Strings typeOf exercise by creating myMessage variable and a…
…nother variable with its typeof and logging both variables to the console
Configuration menu - View commit details
-
Copy full SHA for fe1a980 - Browse repository at this point
Copy the full SHA fe1a980View commit details -
Finished exercise by creating two variables which concatenate in a th…
…ird variable and logged the third variable to the console
Configuration menu - View commit details
-
Copy full SHA for a9cc88c - Browse repository at this point
Copy the full SHA a9cc88cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b614a3a - Browse repository at this point
Copy the full SHA b614a3aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 845b7b4 - Browse repository at this point
Copy the full SHA 845b7b4View commit details -
made changes to the exercise so they reflect the expected results. co…
…ncept generally remains the same.
Configuration menu - View commit details
-
Copy full SHA for b6bb4d0 - Browse repository at this point
Copy the full SHA b6bb4d0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4923c33 - Browse repository at this point
Copy the full SHA 4923c33View commit details -
completed both exercises for Functions by adding return code blocks i…
…nside of the functions to halve and triple the numbers respectively.
Configuration menu - View commit details
-
Copy full SHA for 7431455 - Browse repository at this point
Copy the full SHA 7431455View commit details -
Completed all function parameters exercises by creating functions tha…
…t take numbers and strings as parameters
Configuration menu - View commit details
-
Copy full SHA for 577c13e - Browse repository at this point
Copy the full SHA 577c13eView commit details -
completed nested function exercise by creating a function which works…
… inside another function.
Configuration menu - View commit details
-
Copy full SHA for c904d86 - Browse repository at this point
Copy the full SHA c904d86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4868a4b - Browse repository at this point
Copy the full SHA 4868a4bView commit details
Commits on Jun 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 10d2c3e - Browse repository at this point
Copy the full SHA 10d2c3eView commit details -
Explained what the first two function do and added code block to func…
…tion 3 where three parameters are concatenated using the + operator.
Configuration menu - View commit details
-
Copy full SHA for 9e0181e - Browse repository at this point
Copy the full SHA 9e0181eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bd7e90f - Browse repository at this point
Copy the full SHA bd7e90fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 43ab58b - Browse repository at this point
Copy the full SHA 43ab58bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 96fc414 - Browse repository at this point
Copy the full SHA 96fc414View commit details
Commits on Jun 23, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 397457f - Browse repository at this point
Copy the full SHA 397457fView commit details
Commits on Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a4df901 - Browse repository at this point
Copy the full SHA a4df901View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master