Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object comparison issue #22

Open
joseph-ess opened this issue Sep 7, 2023 · 0 comments
Open

Object comparison issue #22

joseph-ess opened this issue Sep 7, 2023 · 0 comments

Comments

@joseph-ess
Copy link

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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant