Faker.js: Generate Mobile Phone Number

Created on 19 Apr 2017  路  3Comments  路  Source: Marak/faker.js

Do we have any way to generate only mobile phone number or
may we have to implement something like faker.phone.mobilePhoneNumber()

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

faker.phone.phoneNumber('0165#######')

All 3 comments

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#######')
Was this page helpful?
0 / 5 - 0 ratings

Related issues

jnardone picture jnardone  路  6Comments

jamesbrucepower picture jamesbrucepower  路  6Comments

Aleyasen picture Aleyasen  路  6Comments

chenweiyj picture chenweiyj  路  4Comments

AlexMiroshnikov picture AlexMiroshnikov  路  4Comments