We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 895b46a + f8a00f4 commit 9b03ee7Copy full SHA for 9b03ee7
1-js/05-data-types/03-string/1-ucfirst/solution.md
@@ -15,7 +15,7 @@ There are two variants here:
15
16
Here's the 2nd variant:
17
18
-```js run
+```js run demo
19
function ucFirst(str) {
20
if (!str) return str;
21
0 commit comments