textContent vs innerText Performance
textContent and innerText are two different ways to get the text content of an element. They both work differently and have different performance characteristics. You may want to use one over the other for performance reasons, learn more here where I explain it more textContent vs innerText
Test Configuration
Performance Results
Execution times in milliseconds
Performance results will appear here