for in with let vs for in with var vs for in with const| Test case name | Result |
|---|---|
| for in with let | |
| for in with var | |
| for in with const |
| Test name | Executions per second |
|---|---|
| ✓ for in with const | 115,481 Ops/sec |
| for in with var | 112,291 Ops/sec |
| for in with let | 111,986 Ops/sec |