-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels