basic.js 46 B

1234
  1. function foo () {
  2. return a('bar') || b();
  3. }