In Javascript.
If not using this binding function like call, apply, bind can I say this keyword in IIFE always points [window(browser) / global(node) / undefined(in strict)]?
I saw several posts on StackOverflow, but it seemed that IIFE's could only be changed if use call, bind, or apply