Posts by JormanWell • 1 point
1 post
-
-1
votes2
answers26
viewsQ: How to return a set of elements as a single string?
I found this exercise in Code Wars where they expect to receive a single string, which will be a phone number, with the following format: "(294) 926-8617" But the best I can do is without the…