Update solution.md

Same case: Don't know if this fixes the repetition but I can't check it till merged.
This commit is contained in:
Mau Di Bert 2019-05-25 09:26:37 -03:00 committed by GitHub
parent 09db684a7d
commit f8a00f4af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ There are two variants here:
Here's the 2nd variant:
```js run
```js run demo
function ucFirst(str) {
if (!str) return str;