conditional.js 99 B

12345
  1. (valid
  2. ? helper.responseBody(this.currentUser)
  3. : helper.responseBody(this.defaultUser))
  4. .prop;