What exactly the “LeftFirst” Boolean Flag is in “Abstract Relational Comparison Algorithm” in ECMAScript?
问题 Can someone explain what exactly the LeftFirst Boolean Flag is in Abstract Relational Comparison Algorithm in ECMAScript ? I know that there is only one operator < handling all other relational operators like > , >= , <= as mentioned in the ECMAScript specification in Abstract Relational Comparison using the LeftFirst Boolean Flag for, and example: when we write and run an operation like 10 > 5 the LeftFirst Boolean Flag becomes false , and the left operand 10 is moved to the right side where