Virtual web hosting - C Call by value (Definition) document.write(”"); document.write(myObject.myVar);
C Call by value (Definition) document.write(”
“); document.write(myObject.myVar); function callMe(aValue) { document.write(aValue.myVar); document.write(”
“); aValue.myVar = 100; document.write(aValue.myVar); }