Update solution.md
This commit is contained in:
parent
23b5766b82
commit
6a786dfe93
1 changed files with 5 additions and 1 deletions
|
@ -1 +1,5 @@
|
||||||
|
```js run
|
||||||
|
function extractCurrencyValue(str) {
|
||||||
|
return +str.slice(1);
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue