summaryrefslogtreecommitdiff
path: root/src/node_modules/chance/docs/location/city.md
blob: 0916ab476eb996279359c1642c37416769f38f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# city

```js
// usage
chance.city()
```

Generate a random city name

```js
chance.city();
=> 'Cowotba'
```