Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8390976
ascending.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
127 B
Subscribers
None
ascending.js
View Options
export
default
function
ascending
(
a
,
b
)
{
return
a
==
null
||
b
==
null
?
NaN
:
a
<
b
?
-
1
:
a
>
b
?
1
:
a
>=
b
?
0
:
NaN
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:37 PM (14 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3328998
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment