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 64c8174 commit a0791acCopy full SHA for a0791ac
Sprint-2/1-key-errors/0.js
@@ -13,6 +13,10 @@ 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