Contact: aviboots(AT)netvision.net.il
41,372 questions
53,906 answers
573 users
const arr = ["nodejs", "php", "c++", "python"]; const json = JSON.stringify(arr); console.log(json); /* run: ["nodejs","php","c++","python"] */