You must hand in by using git
bitbucket.org,
gitlab.com, or
github.com,
git push your local repo to the above remote repo.
node_modules/
.gitignore file.
Send a mail to <nmla@iba.dk> with:
handin <subjectname>'
in the subject line of your mail
I gave you a naive model solution to the coin flipping problem. It still resides at the repo:
git clone https://phidip@bitbucket.org/phidip/coinflipping.git
After cloning it, copy it into a file jsConds0.js,
then change it into rolling a die 10 times. Let it tally the
outcomes, and print the number of ones, twos, ..., sixes
when it is done.
Hint: You need more counter variables, as a die has 6 sides. Consequently you also need more conditionals.
Place the code in jsConds0.js