maybe the problem because of the "fourty" word because in most of the solutions we store this word in correct grammer manner i meant we store it like this "forty" so the program doesn't know "fourty" but know "forty" i tested my solution with this input and it gave me correct answer :
876543
You should say which language you're using. You probably misunderstand something and need to analyze it better. See if this can help: https://docs.codewars.com/training/troubleshooting. If you do think there's a problem or something impossible to understand, you may post your code with a spoiler flag, and clear examples of logs/test cases.
maybe the problem because of the "fourty" word because in most of the solutions we store this word in correct grammer manner i meant we store it like this "forty" so the program doesn't know "fourty" but know "forty" i tested my solution with this input and it gave me correct answer :
876543
Note : you can see my solution from my profile.
mention the language please
no answer from OP
Tests are not exhaustive enough. Submitted a solution that fails for input "eight hundred seventy-six thousand five hundred fourty-three".
very clever 😀. i like it
Huh! You call this a solution? The interviewer will laugh at you. Implement the functionality, not the inbuilt function.
You should say which language you're using. You probably misunderstand something and need to analyze it better. See if this can help: https://docs.codewars.com/training/troubleshooting. If you do think there's a problem or something impossible to understand, you may post your code with a spoiler flag, and clear examples of logs/test cases.
This comment is hidden because it contains spoiler information about the solution