js function to convert positive integer numbers to Indian words format | number length < 11 (Hundred crores) Increase length >11
/* to use:
- import numToWords.js file
- assign an id to the input text field
- make a div with let's suppose, id='container'
- pass id as argument in numToWords function Enjoy!*/