Functions type #1

const sum1 =sum(1,2);

sum(a,b){
const sum= a+b;
}

Comments

Popular posts from this blog

Function stored in a variable