it('should invoke callback with the right context', () => {
        let lastContext;
        const callback = function (kid, index) {
            lastContext = this;
            return this;