Contact: aviboots(AT)netvision.net.il
38,244 questions
49,879 answers
573 users
const arr: number[] = [1, 3, 4, 5, 7, 10, 13, 6, 9, 8]; console.log(arr.toString()); /* run: "1,3,4,5,7,10,13,6,9,8" */