UNPKG
ifd
Version:
%s (0.0.3)
latest (0.1.0)
0.1.0
0.0.3
0.0.1
Life Extending Ternary Operator Abstractions
github.com/artisin/ifd
artisin/ifd
ifd
/
__tests__
/
doc-examples
/
the-default-abstraction
/
the-falsey-problem.md
6 lines
(5 loc)
•
109 B
Markdown
View Raw
1
2
3
4
5
6
__The Falsey Problem__ ```js
// if 0 is not a "falsey" value, then we gotz a problem
const
foo =
0
||
5
; ```