I have an array that looks like this:
listOf:[
{name: "One", title: "Get Clown"},
{name: "Two", title: "Find Bob"},
{name: "Three", title: "Get Josh"}
]
How can I get one element by the other? For example, get the title
"Find Bob" by looking for the name
"Two".