add two number function
Edit
Delete
//Addition of two number add(a,b){ return a+b; }