appendNumericSuffix

The javascript method takes an integer and returns a string with that number's particular suffix appended to it. For example, pass 389 to it and it will return 389th.
go