Contact: aviboots(AT)netvision.net.il
41,604 questions
54,252 answers
573 users
const s = "node.js c c++ c# python php"; let arr = s.split(" "); for (let i = 0; i < arr.length; i++) { console.log(arr[i]); } /* run: node.js c c++ c# pyth */