Find summation of tow number using function
Problem:
Write a function to calculate tow number.
Solution:
function sum(x, y) {
return x + y;
}
console.log("Result: " + sum(3, 5));
Problem:
Solution:
function sum(x, y) {
return x + y;
}
console.log("Result: " + sum(3, 5));
I am very much interested to share my programming
and development knowledge with the people.I will try
to update my blog everyday with new technology inshallah.