I have a global variable in JavaScript (actually a window property, but I don\'t think it matters) which was already populated by a previous script but I don\'t
window
some_var = null; //or remove it.. delete some_var;