phoneparser icon indicating copy to clipboard operation
phoneparser copied to clipboard

TypeError: d is null, when entering no valid areacode

Open morritza opened this issue 10 years ago • 0 comments

Try to enter this code

parsePhone("40409901442323132") 

it throws me a error and the return value from the function is null. uglyfied version "detailed error: TypeError: d is null"

Why does that happens? I know its not a valid number, do i have to check the areacode?

morritza avatar Sep 11 '14 16:09 morritza