Hello, I found this post usefull,.. .and then began to think how to delete the variable from the window object.. and i came across "delete"
delete window.myValue;
alert(window.myValue); // undefined
↧