This website works better with JavaScript.
Explore
Help
Register
Sign In
pecintaseni
/
engineN
Watch
1
Star
0
Fork
You've already forked engineN
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
181
Commits
1
Branch
0
Tags
510 MiB
JavaScript
72.3%
PHP
12.8%
HTML
9.3%
SCSS
2.5%
CSS
1.6%
Other
1.1%
Branch:
main
engineN
/
public
/
theme
/
plugins
/
d3-array
/
src
/
ascending.js
3 lines
86 B
Raw
Permalink
Blame
History
export
default
function
(
a
,
b
)
{
return
a
<
b
?
-
1
:
a
>
b
?
1
:
a
>=
b
?
0
:
NaN
;
}
Reference in new issue
Copy Permalink