Skip to content

Commit 9b03ee7

Browse files
authored
Merge pull request #1013 from maurodibert/patch-50
Update solution.md
2 parents 895b46a + f8a00f4 commit 9b03ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are two variants here:
1515

1616
Here's the 2nd variant:
1717

18-
```js run
18+
```js run demo
1919
function ucFirst(str) {
2020
if (!str) return str;
2121

0 commit comments

Comments
 (0)