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