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

Skip to content

Commit 0feef32

Browse files
authored
Update MAKEME.md
1 parent c277dc7 commit 0feef32

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 @@ Report whether or not a number is odd/even!
4848

4949
Ever wondered how to make a certain meal? Let's create a recipe list with JavaScript!
5050

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

0 commit comments

Comments
 (0)