TAG
CSS
JavaScript
Result
Run
License
<textarea id="content">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</textarea>
textarea { width: 90%; height: 50px; }
window.addEventListener("load", () => { const $elContent = document.getElementById("content"); console.log(`textLength: ${$elContent.textLength}`); });
Console
expand_less
License
License
by DevDic
Close