Update solution.md

This commit is contained in:
Mau Di Bert 2018-12-12 11:13:22 -03:00 committed by GitHub
parent 23b5766b82
commit 6a786dfe93
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);
}
```