Contact: aviboots(AT)netvision.net.il
41,606 questions
54,264 answers
573 users
const add = (a, b) => a + b; console.log(add(2, 3)); /* run: 5 */