I'm pretty new to both JavaScript and HTML, so I was just wondering if there was a way to access the text stored within specific rows of a text area. Here is my sample textarea:
<body>
<textarea id = 'typeHere' rows = "5" cols = "60"></textarea>
</body>