Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
129
function ascSort e d
Guest on 23rd December 2024 02:00:04 PM
function ascSort( e,d) {
return e.distance - d.distance;
}
Raw Paste
function ascSort( e,d) { return e.distance - d.distance; }
Login
or
Register
to edit or fork this paste. It's free.