mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-09 12:35:55 +08:00
17 lines
245 B
Markdown
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!*
|