https://github.com/PacktPublishing/Learning-JavaScript-Data-Structures-and-Algorithms-Third-Edition/blob/2cedcaf8479a90400812bc85f1edd0e5db2debbf/LearningJavaScriptDataStructuresandAlgorithmsThirdEdition_Code/src/ts/data-structures/avl-tree.ts#L181 I think this line should be: ```js return this.rotationLR(node); ``` Why use left?
Learning-JavaScript-Data-Structures-and-Algorithms-Third-Edition/LearningJavaScriptDataStructuresandAlgorithmsThirdEdition_Code/src/ts/data-structures/avl-tree.ts
Line 181 in 2cedcaf
I think this line should be:
Why use left?