Merge pull request #676 from maurodibert/patch-7

Update solution.md
This commit is contained in:
Ilya Kantor 2018-12-15 19:04:08 +03:00 committed by GitHub
commit 553cd0e547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,5 @@
```js run
function extractCurrencyValue(str) {
return +str.slice(1);
}
```