Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4504857
test_circular.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
249 B
Referenced Files
None
Subscribers
None
test_circular.js
View Options
const
obj
=
{};
obj
.
self
=
obj
;
console
.
log
(
'Simple circular:'
,
obj
);
const
a
=
{
name
:
'a'
};
const
b
=
{
name
:
'b'
};
a
.
b
=
b
;
b
.
a
=
a
;
console
.
log
(
'Mutual circular:'
,
a
);
const
arr
=
[
1
,
2
,
3
];
arr
.
push
(
arr
);
console
.
log
(
'Array circular:'
,
arr
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 10:01 AM (1 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
518580
Default Alt Text
test_circular.js (249 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment