1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00

Modify the output of the test to fit the expected

This commit is contained in:
MohammadSu1 2024-11-08 20:31:48 +02:00
parent 09c3cae9bf
commit 52d0cabd9b

View file

@ -1,6 +1,5 @@
function add(num1, num2) {
const result = num1 + num2;
console.log(result);
return result;
}