Computer Science, asked by starmogh6566, 1 year ago

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?
A.var strict = (function { return this; });
B.mode strict = (function() { return !this; }());
C.var strict = (function() { return !this; }());
D.mode strict = (function { });

Answers

Answered by Neeraj723
0
______✨ HEY MATE ✨______

➡️Option (B) is the right answer ✔️


✌✌Hope it's help u ✌✌
Answered by Anonymous
26
Hope this is ur answer

Option (B)

Hope it helps u
Similar questions