Consider the following code snippet :
var c = counter(), d = counter(); function constfuncs() { var funcs = []; for(var i = 0; i < 10; i++) funcs[i] = function() { return i; }; return funcs; } var funcs = constfuncs(); funcs[5]()
What does the last statement return ?
A.9
B.0
C.10
D.None of the mentioned
Answers
Answered by
0
C) is the answer mate
Answered by
0
Hello mate
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option C
⤵⤵⤵⤵⤵
10 ✔✔
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option C
⤵⤵⤵⤵⤵
10 ✔✔
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
Similar questions
Science,
7 months ago
Math,
7 months ago
History,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Chemistry,
1 year ago
Hindi,
1 year ago