This mini-project will help you practice writing and understanding functions in Javascript, which you learned in the OC course here. This mini-project consists of 3 mini-exercises.
-
Copy the
1_greeting.html
file inSOURCE_FILES
toPROJECT_SUBMISSION
. -
First open the file you just copied (
PROJECT_SUBMISSION/1_greeting.html
) in your browser and open the Javascript console using Chrome Developer Tools. -
Use the same approach to solve the problems in each remaining .html file (
2_repeated_word.html
,3_random_number_generator.html
). -
Once you are happy with your code, create a new branch (e.g.
mini-project3.2b
), push your local changes to the branch (which will include 3 new files inside thePROJECT_SUBMISSION
directory), then go to GitHub and create a new Pull Request and assign to your coach for review.