Given
The transformation syntax:
`myFavorites.food | list?quote='`
which returns
"'spaghetti', 'pizza'"
How can is change the transformation syntax to get the receive the
Expected output
"spaghetti, pizza"
// I tried playing around with “\s” ,which returns an error, and \s does not work as well…