I want to short this array's arry by second element that is like "06" then `"00". "00" should come first in rows
[
["new ", "06"],
["one ", "00"],
["old ", "07"],
["change ", "16"] ,
["greate ", "08"],
["ok ", "50"],
["done ", "09"]
]