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