function each(collection, callback) {
        if (!collection) {
            return;
        }