typeof vs strict equal undefined vs equal nullFastest: equal null (2.4x faster)
13,932,729 ops/sec
13,048,696 ops/sec
5,826,321 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| typeof | |
| strict equal undefined | |
| equal null |
| Test name | Executions per second |
|---|---|
| ✓ equal null | 7,295,690 Ops/sec |
| typeof | 7,283,049 Ops/sec |
| strict equal undefined | 3,752,785 Ops/sec |