| Test case name | Result |
|---|---|
| !a || !b || !c || !d || !e || !f || !g || !h || !i || !j || !k || !l | |
| a === null || a === undefined || b === null || b === undefined || c === null || c === undefined || d === null || d === undefined || e === null || e === undefined || f === null || f === undefined || g === null || g === undefined || h === null || h === undefined || i === null || i === undefined || j === null || j === undefined || k === null || k === undefined || l === null || l === undefined | |
| _.isNil(a) || _.isNil(b) || _.isNil(c) || _.isNil(d) || _.isNil(e) || _.isNil(f) || _.isNil(g) || _.isNil(h) || _.isNil(i) || _.isNil(j) || _.isNil(k) || _.isNil(l) | |
| isNilLodash(a, b, c, d) | |
| isNilLogicalNot(a, b, c, d) | |
| isNilNullUndefined(a, b, c, d) | |
| isNilLodash(e) | |
| isNilLogicalNot(e) | |
| isNilNullUndefined(e) |
This benchmark does not have any results yet. Be the first one to run it!