Daily JavaScript Challenge: Currency String ParserDifficulty: MediumWrite a function that parses a currency string (e.g., "$123.45") and returns its numerical value as a float number without the currency symbol.Join the Discussion! How did you approach this problem? Did you find any interesting edge cases? What was your biggest learning from this challenge?