|
|
Question : Comparing strings to verify alphanumerical order.
|
|
How can I compare two strings in javascript to check that a sorting on a set of strings worked? The strings would be sorted alphanumerically. With basic var types the == will work, but what about the < and >?
|
Answer : Comparing strings to verify alphanumerical order.
|
|
I found my answer.
|
|
|
|
|