.index(val)
Description
Parameters
Usage On Arrays
arr = ["wow","hello","world"]
// setup the array
log arr.index("hello")
// returns 2
// hello is at index 2Last updated
arr = ["wow","hello","world"]
// setup the array
log arr.index("hello")
// returns 2
// hello is at index 2Last updated