Guest User

Untitled

a guest
Jun 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. shouldAdd = true
  2.  
  3. class A
  4. addedProperty = !!(if shouldAdd
  5. log: -> console.log 1
  6. else
  7. false
  8. )
Add Comment
Please, Sign In to add comment