You are here: irt.org | FAQ | JavaScript | Object | Q382 [ previous next ]
You could try setting the array to null:
<script language="JavaScript"><!-- var xyz = new Array('x','y','z'); alert(xyz); xyz = null; alert(xyz); //--></script>
©2018 Martin Webb