Skip to content

Commit e7be3d3

Browse files
committed
I fixed the return
1 parent 3960c56 commit e7be3d3

File tree

1 file changed

+1
-0
lines changed
  • Sprint-2/2-mandatory-debug

1 file changed

+1
-0
lines changed

Sprint-2/2-mandatory-debug/1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// The return statement is not in the right place, so the function doesn’t return the value.
44

55
// =============> write your explanation here
6+
67
// The return statement is stopping the function too early, so it doesn’t return a + b.
78

89
// Finally, correct the code to fix the problem

0 commit comments

Comments
 (0)