Arrow function add 2 values

 let a = (a, b) => console.log(a+b)

a(2, 3)

Comments

Popular posts from this blog

practice test of Arithmetic Operations: