ES6 property (get) vs Getter function vs Directly get| Test case name | Result |
|---|---|
| ES6 property (get) | |
| Getter function | |
| Directly get |
| Test name | Executions per second |
|---|---|
| ✓ Directly get | 12,559,932 Ops/sec |
| Getter function | 12,466,762 Ops/sec |
| ES6 property (get) | 12,363,408 Ops/sec |