basic.js 46 B

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