Pete
Pete
**UPDATE:** Thanks for everyone's continued interest in SiriProxy. I know lots of people are really excited to get it "up and running" with iOS7. Now that the software is public,...
On the [Reuse Patterns Using Capture Groups](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/regular-expressions/reuse-patterns-using-capture-groups), there's a missing test case that allows solutions that do not match the requirements. The requirements read (emphasis added): > Use capture groups...
### Describe the Issue The [test code](https://github.com/freeCodeCamp/freeCodeCamp/blob/fb1f763357cc369d6ec517f74c098c08af5fc1ad/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-string-and-array-methods-by-building-a-music-player/65672136535209761a5cf02b.md?plain=1#L19) for step 31 of the "Build a Music Player" project requires a specific order to the `class` and `onclick` attributes. HTML (and JSX)...