Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a238a19 commit d36564eCopy full SHA for d36564e
Week2/MAKEME.md
@@ -48,7 +48,7 @@ Ever wondered how to make a certain meal? Let's create a recipe list with JavaSc
48
49
1. Declare a variable that holds an object (your meal recipe).
50
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.
+3. Log each property out seperately, using a loop (for, while or do/while)
52
53
It should look similar to this:
54
0 commit comments