Do we have any way to generate only mobile phone number or
may we have to implement something like faker.phone.mobilePhoneNumber()
whats the difference between a mobile phone number and a regular phone number?
@minhchu -
What is the difference between a mobile phone number and a regular phone number?
In my country, there is difference. For example:
Home phone number: 0438128364
Mobile phone number: 01657829433
Those phone number dont have spaces or hyphen
I found another way to do it
faker.phone.phoneNumber('0165#######')
Most helpful comment
In my country, there is difference. For example:
Home phone number: 0438128364
Mobile phone number: 01657829433
Those phone number dont have spaces or hyphen
I found another way to do it