I was wondering if there is already any javascript function to convert a int value to its string value. I am sorry but I don't the exact term to use it and hence please follow below examples:
if I pass 2, it should return "two" if I pass 11, it should return "eleven"
I assume there would be a limit and my requirement is to find those number values upto 3 digits (0 - 999)
I want to save time by not creating a mapping string set manually.