1 2 3 4 5 6 7 8 9 10 11 12 13
# postcode ```js // usage chance.postcode() ``` Generate a random (U.K.) postcode. Returned postcode is valid with respect to the Postcode Area (first characters) and format only. ```js chance.postcode(); => 'W6 9PF' ```