new CheckUtils()
Methods
-
static isSingular(noun) → {boolean}
-
Checks if the given noun is singular
Parameters:
Name Type Description nounstring The noun Returns:
boolean -trueif the noun is singular,falseotherwise
| Name | Type | Description |
|---|---|---|
noun |
string | The noun |
true if the noun is singular, false otherwise