Skip to content

Commit 83c273b

Browse files
committed
Start Excercises sprint 2
1 parent 8f3d6cf commit 83c273b

File tree

1 file changed

+4
-0
lines changed
  • Sprint-2/1-key-errors

1 file changed

+4
-0
lines changed

Sprint-2/1-key-errors/0.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ function capitalise(str) {
1010
}
1111

1212
// =============> write your explanation here
13+
14+
// Error at line 8
15+
//SyntaxError: Identifier 'str' has already been declared
16+
1317
// =============> write your new code here

0 commit comments

Comments
 (0)