Skip to content

Commit 2302edc

Browse files
committed
0.js updated
1 parent b00b826 commit 2302edc

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ function capitalise(str) {
1414
function capitalize(str) {
1515
let capitalized = `${str[0].toUpperCase()}${str.slice(1)}`;
1616
return capitalized;
17+
}

0 commit comments

Comments
 (0)