Skip to content

Commit 6c3e848

Browse files
authored
Uppercase
1 parent 6bbe0b4 commit 6c3e848

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/03-string/1-ucfirst

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/1-ucfirst/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ importance: 5
22

33
---
44

5-
# Uppercast the first character
5+
# Uppercase the first character
66

77
Write a function `ucFirst(str)` that returns the string `str` with the uppercased first character, for instance:
88

0 commit comments

Comments
 (0)