var angka = [2, 7, 3, 1, 2, 8, 17, 10]; angka.sort(function(x,y) { return x-y; }); console.log(angka);
-
Notifications
You must be signed in to change notification settings - Fork 0
trieaji/2.js
About
Mengurutkan array
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published