.randomOf()
Description
Parameters
Usage On Arrays
arr = ["wow","hello","world"]
// setup the array
log arr.randomOf()
// returns any item from the arrayLast updated
RandomOf is a method that returns a random value from an array
RandomOf takes no parameters.
arr = ["wow","hello","world"]
// setup the array
log arr.randomOf()
// returns any item from the arrayLast updated