Arrow function add 2 values

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

a(2, 3)

Comments

Popular posts from this blog

form event second

dom basic practice

string practice test