Challenge 📝
Resources 📚
Given is a string item, with an item and a price in brackets. Return the price.
item
Examples:
Ice ($4.20) => $4.20
#JavaScript Strings
Medium
unsolved