Skip to content

Commit 40804b4

Browse files
committed
Revert "Update 0.js"
This reverts commit 0714db2.
1 parent a0791ac commit 40804b4

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ function capitalise(str) {
1313
// but it creates a new one.
1414
// =============> my new code:
1515
function capitalise(str) {
16-
<<<<<<< HEAD
1716
result = `${str[0].toUpperCase()}${str.slice(1)}`;
18-
=======
19-
let result = `${str[0].toUpperCase()}${str.slice(1)}`;
20-
>>>>>>> parent of 3bb9ddf (Update 0.js)
2117
return resault;
2218
}

0 commit comments

Comments
 (0)