Skip to content

randomItem

randomItem(items) ⇒ String

Get a random element from an array

Kind: global function
Returns: String - String

ParamType
itemsArray

Example

console.log(randomItem(['a', 'b', 'c']))