var temp=["dy34","fd","FD","av","AV","12esu",1,"DY34",1011,123,101];
When i sort the array i am getting this as:
result = [1,101,123,1011,"12esu","AV","av","dy34","DY34","FD","fd"]
but i need the result as like this:
result = [1,101,123,1011,"12esu","AV","av","DY34","dy34","FD","fd"]