We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09db684 commit f8a00f4Copy full SHA for f8a00f4
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