UNPKG

ifd

Version:

Life Extending Ternary Operator Abstractions

6 lines (5 loc) 109 B
__The Falsey Problem__ ```js // if 0 is not a "falsey" value, then we gotz a problem const foo = 0 || 5; ```