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