Javascript alphabetizer FORM
Posted: Sat Mar 02, 2013 2:01 pm
So I have been trying to make a Javascript alphabetizer and here is what i have so far:
<HTML>
<HEAD>
<TITLE>JavaScript Aphabetizer 2013 Science Fair</TITLE>
</HEAD>
<BODY>
2013 Science Fair JavaScript Alphabetizer
<FORM>
<TEXTAREA name="inputText" rows=5 cols=80 wrap=on></TEXTAREA>
<TEXTAREA name="outputText" rows=5 cols=80 wrap=on readonly></TEXTAREA>
</FORM>
</BODY>
</HTML>
I just dont understand where to put .split(), Array, .sort(), and .join(). I have read all of background information and all of chapter one at http://www.webteacher.com/javascript/index.html and I still dont get where to put them. In the form i know but in what order??
Plz help it's due on 3/5/13
<HTML>
<HEAD>
<TITLE>JavaScript Aphabetizer 2013 Science Fair</TITLE>
</HEAD>
<BODY>
2013 Science Fair JavaScript Alphabetizer
<FORM>
<TEXTAREA name="inputText" rows=5 cols=80 wrap=on></TEXTAREA>
<TEXTAREA name="outputText" rows=5 cols=80 wrap=on readonly></TEXTAREA>
</FORM>
</BODY>
</HTML>
I just dont understand where to put .split(), Array, .sort(), and .join(). I have read all of background information and all of chapter one at http://www.webteacher.com/javascript/index.html and I still dont get where to put them. In the form i know but in what order??
Plz help it's due on 3/5/13