-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
This looks like another instance of #9. The fields are correct, but the order is different than expected:
Given: 'product' (type "data?" to view)
Challenge: Extend the product with { color: "red" }
. += {color:"red"}
Expected:
{
"price": 270,
"name": "Table",
"color": "red"
}
Your answer:
{
"name": "Table",
"price": 270,
"color": "red"
}
Metadata
Metadata
Assignees
Labels
No labels