Write a function that can parse a series string separated by curly brackets ( e.g. { hello { how are you} }.
Anonimo
It was challenging, especially if you get something that works they'll add more strings to test. Most likely strings that wont work with your function and ask for you to fix it. They do this to see how well you can adapt existing code.