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