We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have a question.
How can I sort the following list of Roman numerals?
https://jsfiddle.net/3r7vpd95/7/
The text was updated successfully, but these errors were encountered:
You can convert those romans to integers, and use those integers to sort with tinysort. You can find some ways to convert from roman to integer here: https://stackoverflow.com/questions/49659711/roman-to-integer-in-js-why-it-only-convert-the-first-character
Sorry, something went wrong.
No branches or pull requests
Hi,
I have a question.
How can I sort the following list of Roman numerals?
https://jsfiddle.net/3r7vpd95/7/
The text was updated successfully, but these errors were encountered: