Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
bobo_bobkata
Oct 8th, 2019
90
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.25 KB
| None
|
0
0
raw
download
clone
embed
print
report
function sort(array, typeOfSort) {
if (typeOfSort === 'asc') {
return array.sort((e, e1) => {
return e - e1;
});
} else {
return array.sort((e, e1) => {
return e1 - e;
});
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
🔥 EASY PROFIT GUIDE ✅ Working 🔥 🔥🚨
JavaScript | 1 min ago | 0.20 KB
🚨 Trading exploit 🚨
JavaScript | 1 min ago | 0.24 KB
🔥 Make 1000$ in 20 minutes 💵
JavaScript | 2 min ago | 0.24 KB
💎 INSTANT MONEY EXPLOIT 💎 🚨🚨
JavaScript | 2 min ago | 0.20 KB
Universal Aimbot/ESP
Lua | 3 min ago | 17.19 KB
💎 INSTANT MONEY EXPLOIT 💎
JavaScript | 4 min ago | 0.24 KB
🔥 Make 1000$ in 20 minutes 💵 💎🔥
JavaScript | 4 min ago | 0.20 KB
🔥 Make 1000$ in 20 minutes 💵
JavaScript | 5 min ago | 0.24 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!