Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4499301
for_in.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
137 B
Referenced Files
None
Subscribers
None
for_in.js
View Options
const
person
=
{
name
:
'Alice'
,
age
:
30
,
city
:
'New York'
};
for
(
let
key
in
person
)
{
console
.
log
(
`
${
key
}
:
${
person
[
key
]
}
`
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 7:58 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
517859
Default Alt Text
for_in.js (137 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment