In javascript, if I have a global variable, "myArray", that holds a populated array, will I free the memory allocated for the array with "myArray = new Array();"?
Asked
Active
Viewed 11 times