Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4503595
analyze_closure.cjs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
194 B
Referenced Files
None
Subscribers
None
analyze_closure.cjs
View Options
// Test function declaration closure
function outer() {
let x = 1;
function inner() {
return x;
}
return inner;
}
let fn = outer();
console.log("Result: " + fn());
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 9:31 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
519075
Default Alt Text
analyze_closure.cjs (194 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment