Choose Category
<script type="text/javascript"> var x = new Array(2,3,4); x.reverse(); document.write(x); </script>