# exp```js// usagechance.exp()chance.exp({raw:true})```
Generate a random credit card expiration.
```jschance.exp();=>'10/2020'```
Optionally specify that a raw object be returned rather than a string
```jschance.exp({raw:true});=>{month:'11',year:'2017'}```