Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4499278
test_closure2.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
151 B
Referenced Files
None
Subscribers
None
test_closure2.js
View Options
const
funcs
=
[];
for
(
let
i
=
0
;
i
<
3
;
i
++
)
{
const
captured
=
i
;
funcs
.
push
(()
=>
captured
);
}
console
.
log
(
funcs
[
0
](),
funcs
[
1
](),
funcs
[
2
]());
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 7:58 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
518300
Default Alt Text
test_closure2.js (151 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment