We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0791ac commit 40804b4Copy full SHA for 40804b4
Sprint-2/1-key-errors/0.js
@@ -13,10 +13,6 @@ function capitalise(str) {
13
// but it creates a new one.
14
// =============> my new code:
15
function capitalise(str) {
16
-<<<<<<< HEAD
17
result = `${str[0].toUpperCase()}${str.slice(1)}`;
18
-=======
19
- let result = `${str[0].toUpperCase()}${str.slice(1)}`;
20
->>>>>>> parent of 3bb9ddf (Update 0.js)
21
return resault;
22
}
0 commit comments