Skip to content

Commit

Permalink
Add placeholder comments for requested explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
remarcmij committed Nov 13, 2024
1 parent 39064ac commit 3639b2e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions 3-UsingAPIs/Week1/assignment/ex3-rollDie.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ function main() {
if (process.env.NODE_ENV !== 'test') {
main();
}

// Replace this comment by your explanation that was asked for in the assignment
// description.
3 changes: 3 additions & 0 deletions 3-UsingAPIs/Week1/assignment/ex4-pokerDiceAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ function main() {
if (process.env.NODE_ENV !== 'test') {
main();
}

// Replace this comment by your explanation that was asked for in the assignment
// description.
3 changes: 3 additions & 0 deletions 3-UsingAPIs/Week2/assignment/ex4-diceRace.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ function main() {
if (process.env.NODE_ENV !== 'test') {
main();
}

// Replace this comment by your explanation that was asked for in the assignment
// description.
6 changes: 3 additions & 3 deletions exercises.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"Week1": {
"ex1-johnWho": "3a45143e7c62f304fd5bd5eb706cea077912373fa521c80934adac49ec9436ef",
"ex2-checkDoubleDigits": "05d6893c90f828e26c4471b69054252a7c094a8a1ea02e28fb72716230cfbbc8",
"ex3-rollDie": "a3001b96605ee20f187421d3323635c1556cc77c06346ff25d79302a2b798c55",
"ex4-pokerDiceAll": "047e242176059ff56e21b7884eea4ceacad3c69b323731567f4b47312edcee56",
"ex3-rollDie": "3bb6980ba69f7b176449c4e49f414e48892ec411744c658cc646f00b283e197e",
"ex4-pokerDiceAll": "f3eaceb34fa21e3fa5bfc1320cb6db7c06699ab77e09ff5075ce7bd0967df8cf",
"ex5-pokerDiceChain": "56e08a6fe9aa5455bb87e9510c42981fc5221e3e0ca392335d65a8de187b0e32"
},
"Week2": {
"ex1-programmerFun": "e6cbf8715cf9b840b26fc8d8553dd235ed52b456fa6b37d639f6d54625e58797",
"ex2-pokemonApp": "b9ec9888524d269f507943086df9ccba3ae32c76b1d39ac6565f6f8371c04631",
"ex3-rollAnAce": "8c840efffc0734a9b226588289a44df893955da251120e21ef1a1afa10a5e181",
"ex4-diceRace": "d21ce44070d9ff596b941d138ca1a701fbfc1292afdd412cc8b8951ef512d413",
"ex4-diceRace": "fe9ff5329b7a306c8abe79927c9812d744ec0b25309f74dcc9648fbfb2e5663b",
"ex5-vscDebug": "6242bc8861bdb0abea48d00fa6f2cd9bf3a6f93fdd9b708ad130c8b64c6c75eb",
"ex6-browserDebug": "1787583932555b23bcb625030cfcad2094bc222824dcba2d79db4bc01e6b9142"
}
Expand Down

0 comments on commit 3639b2e

Please sign in to comment.