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

Skip to content

Commit e6abfb5

Browse files
author
Samir Aleido
committed
💡 refactor: Ask to print properties to avoid confusion
1 parent e7b7fea commit e6abfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week3/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ let favoriteAnimals = ['blowfish', 'capricorn', 'giraffe'];
101101

102102
2. Create a function named `colorCar` that receives a color, and prints out, "a red car" for example.
103103

104-
3. Create an object and a function that takes the object as a parameter and prints out all of its names and values.
104+
3. Create an object and a function that takes the object as a parameter and prints out all of its properties and values.
105105

106106
4. Create a function named `vehicleType` that receives a color, and a code, 1 for car, 2 for motorbike. And prints "a blue motorbike" for example when called as `vehicleType("blue", 2)`
107107

0 commit comments

Comments
 (0)