Skip to content

orderBy Family #167

Description

@untillnesss

I have an array sequence ["1", "2", "3", "4", ... , "9"]
up to this point the sequence runs normally and accordingly.

Until I enter the 10th sequence
["1", "2", "3", "4", ... , "9", "10", "11"]

The sequence becomes ["1", "10", "11", "2", "3", "4", ... , "9"]

Maybe this is a problem with the inherent nature of Javascript itself, but we should have parsed it to Integer first, or are there any other suggestions.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions