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