.randomOf()
Description
Parameters
Usage On Arrays
arr = ["wow","hello","world"]
// setup the array
log arr.randomOf()
// returns any item from the arrayLast updated
arr = ["wow","hello","world"]
// setup the array
log arr.randomOf()
// returns any item from the arrayLast updated