Create a function that takes a Number as its argument and returns a Chinese numeral string. You don't need to validate the input argument, it will ...
For further actions, you may consider blocking this person and/or reporting abuse
I didn't quite get what the deal was with the zero, and since there were no examples to show how it worked, I decided to do Japanese numerals, which are basically the same but without the zero. Here's my JavaScript implementation. It could probably be a lot simpler, but oh well.
Add more test cases.
First time doing one of these. Figured I'd throw out one of those weird languages (Raku):