Skip to content

Commit

Permalink
Add expected result to while loop exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
Aronja committed May 2, 2020
1 parent dd4a1b2 commit 5eee5fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions week-2/Homework/H-loops/exercise-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@ Exercise 1:
const hungry = 6;

// add your code here, start with: while(...) {...}



/*
EXPECTED RESULT
---------------
eating 1 slice of pizza
eating 1 slice of pizza
eating 1 slice of pizza
eating 1 slice of pizza
eating 1 slice of pizza
eating 1 slice of pizza
*/

0 comments on commit 5eee5fb

Please sign in to comment.