Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9311494
reverse.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
183 B
Subscribers
None
reverse.js
View Options
export
default
function
reverse
(
values
)
{
if
(
typeof
values
[
Symbol
.
iterator
]
!==
"function"
)
throw
new
TypeError
(
"values is not iterable"
);
return
Array
.
from
(
values
).
reverse
();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 10:18 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3411227
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment