Test case name | Result |
---|---|
_.isEmpty(window.foo1); | |
Array.isArray(window.foo1) && window.foo1.length === 0 | |
window.foo1?.length === 0 |
Test name | Executions per second |
---|---|
_.isEmpty(window.foo1); | 3247860.0 Ops/sec |
Array.isArray(window.foo1) && window.foo1.length === 0 | 2384964.0 Ops/sec |
window.foo1?.length === 0 | 6457469.0 Ops/sec |