Search Results
2 functions found:
1. | suffixNumber |
Average rating: 4.6 | |
Michael Richards, itraining | |
Given any number, this function calculates the suffix. For example 1 calculates | |
2. | suffixPlural ( theNumber ) |
Average rating: 3.9 | |
Michael Richards, itraining | |
Given any number, this function returns the letter "s" if the number is equal to 1, otherwise nothing is returned. | |