Skip to content

Object comparison issue #22

Description

@joseph-ess

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions