//var chx = this.getChildAt(0)
//var chy = this.getChildAt(1)
//var chz = this.getChildAt(2)
//this.numChildren
3
//this.swapChildrenAt(0, 1)
//chy === this.getChildAt(0)
true
//chx === this.getChildAt(1)
true
//chz === this.getChildAt(2)
true
//this.swapChildrenAt(1, 0)
//chx === this.getChildAt(0)
true
//chy === this.getChildAt(1)
true
//chz === this.getChildAt(2)
true
//this.swapChildrenAt(2, 1)
//chx === this.getChildAt(0)
true
//chz === this.getChildAt(1)
true
//chy === this.getChildAt(2)
true
//this.swapChildrenAt(2, 1)
//chx === this.getChildAt(0)
true
//chy === this.getChildAt(1)
true
//chz === this.getChildAt(2)
true
//this.swapChildrenAt(0, 2)
//chz === this.getChildAt(0)
true
//chy === this.getChildAt(1)
true
//chx === this.getChildAt(2)
true
//this.numChildren
3
