Contact: aviboots(AT)netvision.net.il
40,011 questions
51,958 answers
573 users
const str = "typescript php c c++"; const len = str.split(" ").length; console.log(len); /* run: 4 */