I have a need to access whats in function scope
This is on console.log($window);
However I am not sure whats the best way to get to that. I am eventually trying to reach to Global: window object.
Thanks
This is not the copy of the question above. I have read that global veriable question. Issue is that I can not get to $windows.variable and I see that variable under Global: window so I got to get to that first. But I am not sure how since its in <function scope> and I dont think I can do something like
$window.getAllEvents.<function scope> or something