Contact: aviboots(AT)netvision.net.il
40,760 questions
53,134 answers
573 users
let arr = [100, 1, 30, 2, 200]; arr.sort(); console.log(arr); /* run: [ 1, 100, 2, 200, 30 ] */