mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -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) {
|
||||
const result = num1 + num2;
|
||||
console.log(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue