Skip to content

Commit 135b08b

Browse files
authored
Translate task description to Portuguese
1 parent 71e760e commit 135b08b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • 1-js/05-data-types/03-string/1-ucfirst

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
importance: 5
1+
importância: 5
22

33
---
44

5-
# Uppercase the first character
5+
# Transforme o primeiro caractere em maiúsculo
66

7-
Write a function `ucFirst(str)` that returns the string `str` with the uppercased first character, for instance:
7+
Escreva uma função `ucFirst(str)` que retorna a string `str` com o primeiro caractere em maiúsculo, por exemplo:
88

99
```js
1010
ucFirst("john") == "John";

0 commit comments

Comments
 (0)