randomItem
randomItem(items) ⇒ String
Section titled “randomItem(items) ⇒ String”Get a random element from an array
Kind: global function
Returns: String - String
| Param | Type |
|---|---|
| items | Array |
Example
console.log(randomItem(['a', 'b', 'c']))StringGet a random element from an array
Kind: global function
Returns: String - String
| Param | Type |
|---|---|
| items | Array |
Example
console.log(randomItem(['a', 'b', 'c']))