Test case name | Result |
---|---|
_.isNull | |
_.isUndefined | |
_.isNil | |
== null | |
=== null | |
=== undefined |
Test name | Executions per second |
---|---|
_.isNull | 671884.2 Ops/sec |
_.isUndefined | 670017.1 Ops/sec |
_.isNil | 690821.6 Ops/sec |
== null | 2047538.8 Ops/sec |
=== null | 2058362.2 Ops/sec |
=== undefined | 705673.0 Ops/sec |