- Fix Ordinal Translating 81 as 81th
- Fix Ordinal Translating 1 as 1th and 2 as 2th
- appropriate file
-
Add MIT Licence
-
Documentation on README.md file
-
ordinal
- Convert an integer to its ordinal as a string. 1 is '1st', 2 is '2nd', 3 is '3rd', etc. works for any integer.
-
appNumber
- For numbers 1-9, return the number spelled out. Otherwise, return the number.