Q. Which of the following is the correct code for invoking a function without this keyword at all, and also too determine whether the strict mode is in effect?
β
Correct Answer: (D)
var strict = (function() { return !this; }());