# email```js// usagechance.email()chance.email({domain:"example.com"})```
Return a random email with a random domain.
```jschance.email()=>'kawip@piklojzob.gov'```
Optionally specify a domain and the email will be random but the domain will not.
```jschance.email({domain:'example.com'})=>'giigjom@example.com'```