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 71e760e commit 135b08bCopy full SHA for 135b08b
1 file changed
1-js/05-data-types/03-string/1-ucfirst/task.md
@@ -1,10 +1,10 @@
1
-importance: 5
+importância: 5
2
3
---
4
5
-# Uppercase the first character
+# Transforme o primeiro caractere em maiúsculo
6
7
-Write a function `ucFirst(str)` that returns the string `str` with the uppercased first character, for instance:
+Escreva uma função `ucFirst(str)` que retorna a string `str` com o primeiro caractere em maiúsculo, por exemplo:
8
9
```js
10
ucFirst("john") == "John";
0 commit comments