textConvert
    Preparing search index...

    Function numbersToWords

    • Get any number below 100 million converted to words.

      Parameters

      • number: number

        Integer input to turn into text.

      Returns string

      A string of numbers converted to words.

      numbersToWords(12345); // 'twelve thousand three hundred and forty-five'