operator precedence in javascript w3schools code example Example: operator precedence javascript a = b = 5; // same as writing a = (b = 5);