Computer Science, asked by Deeps4589, 1 year ago

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 pkparmeetkaur
0
C) is the answer mate
Answered by afruja70
0
Hello mate

here's your answer

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Option C

⤵⤵⤵⤵⤵

10 ✔✔

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Hope it helps you
Similar questions