Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
sortNumbers1
dabidabidesh
May 23rd, 2020
1,190
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
ECMAScript
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
sortNumbers1
(
a
,
b
,
c
)
{
let arr
=
[
a
,
b
,
c
]
arr
.
sort
(
(
a
,
b
)
=>
b
-
a
)
console
.
log
(
`$
{
arr
[
0
]
}
\n$
{
arr
[
1
]
}
\n$
{
arr
[
2
]
}
`
)
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Laravel Module
Bash | 13 min ago | 0.33 KB
House applet
Java | 22 min ago | 0.76 KB
Hour Glass drawing
Java | 35 min ago | 0.46 KB
WAN 2.2 I2I
JSON | 1 hour ago | 21.97 KB
Pick Up Item
C# | 2 hours ago | 3.33 KB
Untitled
Python | 3 hours ago | 5.21 KB
LALOL-Hub-Backdoor
Lua | 5 hours ago | 0.63 KB
FE staff
Lua | 5 hours ago | 17.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!