let a: [String] = ["apple", "banana", "peal", "strawberry", "raspberry"] print(a.firstIndex(of: "peal") ?? -1 )