foo.js 63 B

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