Contact: aviboots(AT)netvision.net.il
39,990 questions
51,935 answers
573 users
const array = [3, 5, 7, 1, 9, 0]; const string = array.join(""); console.log(string); /* run: "357190" */