foo-with-errors.js 61 B

123
  1. function () {
  2. var a = 3; return a > 2 ? true : false;
  3. };