Exercise 6.1

This commit is contained in:
Karan
2021-11-24 20:45:06 +05:30
committed by GitHub
parent 404089ce1c
commit 78eb593aba
+1 -1
View File
@@ -1,5 +1,5 @@
function adder(a, b) { function adder(a, b) {
return a + b; return a + b;
} }
const val1 = 10; const val1 = 10;
const val2 = 20; const val2 = 20;