Files
Pipi Chen b8a3516cd6 update
2020-05-07 01:02:44 +08:00

17 lines
245 B
Markdown

# 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!*