| 1 | document.addEventListener('DOMContentLoaded', function() { |
| 2 | const inputText = document.getElementById('input-text'); |
| 3 | const outputText = document.getElementById('output-text'); |
| 4 | const outputSection = document.querySelector('.output-section'); |
nothing calls this directly
no test coverage detected