binary-expression-control-flow-replacer-2.js 75 B

1234
  1. (function () {
  2. var variable1 = 1 + 2;
  3. var variable2 = 2 + 3;
  4. })();