Join me on Pownce!
Pownce is a great way to share messages, files, events, and links with your friends. Join today to start sending stuff!
-
Public <script type="text/javascript">
function alterArgs(strLiteral,aryObject)
{
strLiteral = "Override";
aryObject[aryObject.length] = "three";
}
var str = "Original Literal";
var ary = new Array("one","two");
alterArgs(str,ary);
document.writeln("string literal is " + str + "</br />");
document.writeln("Array object is " + ary);
</script>
sa AS32 nsad nag intirnitSep 19th Reply! Forward