_self.leftChild = function(i) {
        var idx = (2 * i) + 1;
        if (_self.elements.length <= idx) {
            return -1;
        }