Is there a specific standard for how JavaScript will be mapped, on the Chrome console, I get this
[10,0,0] > [1,0,0] true [10,0,0] > [5,0,0] false [5, 0, 0, 0] < [10, 0, 0, 0] //repeatable false [10,0,0,0] > [9,0,0,0] false [11,0,0,0] > [10,0,0,0] true
This is very unintuitive, and I canβt even figure out what logic is applied, and they look repeatable, so they donβt look based on the object identifier (ref), etc., is there any documentation for it?