Все будет правдой

const truthCheck = (collection, pre) => 
	collection.every(elem => elem.hasOwnProperty(pre) && elem[pre]);
kouqhar