mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
Modify the output of the test to fit the expected
This commit is contained in:
parent
09c3cae9bf
commit
52d0cabd9b
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
function add(num1, num2) {
|
function add(num1, num2) {
|
||||||
const result = num1 + num2;
|
const result = num1 + num2;
|
||||||
console.log(result);
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue