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