Skip to content

Commit f8a00f4

Browse files
authored
Update solution.md
Same case: Don't know if this fixes the repetition but I can't check it till merged.
1 parent 09db684 commit f8a00f4

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)