Challenge 3 - Resizable text area || Advent of JavaScript
Today’s challenge is to build a resizable text area. As you text into the text area, it should grow to accommodate the amount of text. If you pass in a default value, it should resize the initial display for the default amount of content.
Solution