if(newNode.key<node.key){ node.left=newNode; }
cannot read property 'key' of undefined
14行 this.right=null