Contact: aviboots(AT)netvision.net.il
39,872 questions
51,796 answers
573 users
const arr = ["c#", "c", "c++", "node.js", "python"] const avg = arr.join('').length / arr.length console.log(avg) /* run: 3.8 */