Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9911061
stupid.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
256 B
Referenced Files
None
Subscribers
None
stupid.js
View Options
var
a
;
with
(
Math
)
a
=
PI
;
var
b
=
{
get_member
:
function
()
{
return
this
.
member
;
},
member
:
41
};
with
(
b
)
{
let
a
=
get_member
();
//<--- a is local for this block
var
c
=
a
+
1
;
}
result
=
a
==
Math
.
PI
&&
c
==
42
;
console
.
log
(
result
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 5:51 PM (1 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
588204
Default Alt Text
stupid.js (256 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment