Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2920313
example.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
465 B
Referenced Files
None
Subscribers
None
example.js
View Options
import
stuff
from
'./stuff.js'
;
import
{
add
,
mul
,
PI
}
from
'./math'
;
const
value
=
mul
(
2
,
3
);
const
result
=
add
(
value
,
3
);
queueMicrotask
(()
=>
{
console
.
log
(
'hello world'
);
console
.
log
(
`current dir is '
${
__dirname
}
'`
);
});
console
.
log
(
this
,
'\n'
);
function
main
()
{
console
.
log
(
result
);
console
.
log
(
PI
);
console
.
log
(
stuff
.
test
());
console
.
log
(
typeof
result
);
console
.
log
(
value
instanceof
Number
);
console
.
log
(
String
(
123
));
}
void
main
();
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Fri, Mar 27, 6:16 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512109
Default Alt Text
example.js (465 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment