Skip to content

Array Comparison #6

Closed
Closed
@nahtnam

Description

@nahtnam

Hey,

If you diff two arrays that have some values, but are in a different order, i.e: [1, 3, 2], and [1, 2, 3] the result will be something like: updated position 2 and 3 instead of no change. Is this expected behavior? If so, is there any way I can implement the array to either be sorted or use something like Array.includes()?

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