Skip to content

Commit e672817

Browse files
committed
commented
1 parent 24a2487 commit e672817

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

script.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

22

3-
43
function testReturn (one, two) {
54

65
return one + two;
76

87
}
98

10-
console.log(testReturn(11,140));
9+
// ultrabasics,
10+
// in order to actually 'see' anything
11+
// try console.log(testReturn(2,100));

0 commit comments

Comments
 (0)