Is it ok to get the value of a textarea element in JavaScript with myTextArea.value or should I use myTextArea.innerHTML?
myTextArea.value
myTextArea.innerHTML
Thank you.
You should use .value
1.4m articles
1.4m replys
5 comments
57.0k users