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 b00b826 commit 2302edcCopy full SHA for 2302edc
Sprint-2/1-key-errors/0.js
@@ -14,3 +14,4 @@ function capitalise(str) {
14
function capitalize(str) {
15
let capitalized = `${str[0].toUpperCase()}${str.slice(1)}`;
16
return capitalized;
17
+}
0 commit comments