Skip to content

Commit 3960c56

Browse files
committed
I changed the console.log
1 parent f5a273a commit 3960c56

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// and it won't give the output.
66

77
// =============> write your explanation here
8-
// the code was broken because the console.log was inside the function it not a function,
9-
//by using the return it gives us the correct output.
8+
// the code was broken because the console.log was inside the function it not a function,by using the return it gives the outupt
9+
1010

1111
// Finally, correct the code to fix the problem
1212
// =============> write your new code here

0 commit comments

Comments
 (0)