Tamon

Results 1 comments of Tamon

May I know why you don't handle text like below? ``` function extractFormattedPhoneNumber(text) { if (!text) { ... } // Attempt to extract a possible number from the string passed...