commit
553cd0e547
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