Given a list ["foo", "bar", "baz"] and an item in the list "bar", how do I get its index 1?
["foo", "bar", "baz"]
"bar"
1