Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4503344
match.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
244 B
Referenced Files
None
Subscribers
None
match.js
View Options
const
msg
=
Ant
.
match
(
process
.
argv
[
2
],
{
200
:
'ok'
,
404
:
'not found'
,
[
$
>=
500
&&
$
<
600
]
:
'server error'
,
[
Symbol
.
default
]
:
code
=>
{
console
.
log
(
'unexpected code'
);
return
`unknown value
${
code
}
`
;
}
});
console
.
log
(
msg
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 9:26 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
542199
Default Alt Text
match.js (244 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment