textContent vs nodeValue vs classListFastest: textContent (1.2x faster)
2,161 ops/sec
1,783 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| textContent | |
| nodeValue | |
| classList |
| Test name | Executions per second |
|---|---|
| ✓ textContent | 3,133 Ops/sec |
| classList | 1,235 Ops/sec |
| nodeValue | 0 Ops/sec |