output.js 83 B

123456
  1. var a = 1,
  2. b = 2,
  3. c = 3;
  4. var result = ((a, b), c);
  5. expect(result).toBe(c);