I was reading mdn docs about operator precedence and operator associativity "operator precedence and operator associativity(MDN)" and wanted to know more about it reading the ECMAScript specification.
But i didn't find anything about operator precedence and operator associativity in there.
Can someone guide me with a link to the ECMAScript specification where they describe precedence and associativity of each operator.
Any help is really appreciated. And i need to know if the ECMAScript specification doesn't mention anything about
precedence and associativity of each operator how language implementers know which operator to resolve first before the other i mean how they know which operator should get evaluated before the other operator