codeql/javascript-all
2.5.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the pluralization for n occurrences of noun.
n
noun
For example, the pluralization of "function" for n = 2 is "functions".
"function"
n = 2
"functions"
import javascript
string pluralize(string noun, int n)