Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d36564e

Browse files
authored
Update MAKEME.md
1 parent a238a19 commit d36564e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week2/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Ever wondered how to make a certain meal? Let's create a recipe list with JavaSc
4848

4949
1. Declare a variable that holds an object (your meal recipe).
5050
2. Give the object 3 properties: a `title` (string), a `servings` (number) and an `ingredients` (array of strings) property.
51-
3. Log each property out seperately.
51+
3. Log each property out seperately, using a loop (for, while or do/while)
5252

5353
It should look similar to this:
5454

0 commit comments

Comments
 (0)