We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c277dc7 commit 0feef32Copy full SHA for 0feef32
Week2/MAKEME.md
@@ -48,7 +48,7 @@ Report whether or not a number is odd/even!
48
49
Ever wondered how to make a certain meal? Let's create a recipe list with JavaScript!
50
51
-1. Declare a variable that holds an object (your meal recipe).
+1. Declare a variable that holds an empty object literal (your meal recipe).
52
2. Give the object 3 properties: a `title` (string), a `servings` (number) and an `ingredients` (array of strings) property.
53
3. Log each property out seperately, using a loop (for, while or do/while)
54
0 commit comments