How to change the Content of a <textarea> with JavaScript

Viewed 365315

How would I change the content of a <textarea> element with JavaScript?

I want to make it empty.

5 Answers
Related