Is to disable the global variable in the function that I want.
I would make like Expenssion of Adobe After Effect
example code :
function privateFunction(){
return window;
}
then normally :
result : Window Object
but I want then :
result : undefined
What should I do?
please help me
I want blocking global variable access in function;