cleanup
This commit is contained in:
parent
3efb74a8ce
commit
0089f8848c
@ -1,7 +0,0 @@
|
||||
const val1 = 10;
|
||||
const val2 = 20;
|
||||
console.log(adder(val1, val2));
|
||||
console.log(adder(20, 30));
|
||||
function adder(a, b) {
|
||||
return a + b;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user