Test case name | Result |
---|---|
Access to not empty first value of array by using lodash head function | |
Access to not empty first value of array by using JS syntax x[0] |
Test name | Executions per second |
---|---|
Access to not empty first value of array by using lodash head function | 4996589.5 Ops/sec |
Access to not empty first value of array by using JS syntax x[0] | 16494319.0 Ops/sec |