# domain```js// usagechance.domain()chance.domain({tld:'com'})```
Return a random domain with a random [tld](#tld).
```jschance.domain()=>'onaro.net'```
Optionally specify a tld and the domain will be random but the tld will not.
```jschance.domain({tld:'ie'})=>'gotaujo.ie'```