You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
245 B
17 lines
245 B
4 weeks ago
|
# areacode
|
||
|
|
||
|
```js
|
||
|
// usage
|
||
|
chance.areacode()
|
||
|
```
|
||
|
|
||
|
Generate a random area code
|
||
|
|
||
|
```js
|
||
|
chance.areacode()
|
||
|
=> '(526)'
|
||
|
```
|
||
|
|
||
|
*Note, this is a US area code, we have little support for internationalization
|
||
|
at this time. Hope to fix that in the future!*
|