Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
function truthCheck(collection, pre) {
return pre;
}
truthCheck([{name: "Quincy", role: "Founder", isBot: false}, {name: "Naomi", role: "", isBot: false}, {name: "Camperbot", role: "Bot", isBot: true}], "isBot");
**Your browser information:**
User Agent is: Mozilla/5.0 (Linux; Android 11; SM-A225F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36
Challenge: Intermediate Algorithm Scripting - Everything Be True
Link to the challenge: