Merge pull request #1013 from maurodibert/patch-50

Update solution.md
This commit is contained in:
Ilya Kantor 2019-05-25 22:06:15 +03:00 committed by GitHub
commit 9b03ee79bd
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: Here's the 2nd variant:
```js run ```js run demo
function ucFirst(str) { function ucFirst(str) {
if (!str) return str; if (!str) return str;