Test case name | Result |
---|---|
charCodeAt(0) | |
charCodeAt(300) | |
[0].charCodeAt() | |
[300].charCodeAt() |
Test name | Executions per second |
---|---|
charCodeAt(0) | 31846490.0 Ops/sec |
charCodeAt(300) | 31957028.0 Ops/sec |
[0].charCodeAt() | 24080684.0 Ops/sec |
[300].charCodeAt() | 23939364.0 Ops/sec |