1 2 3 4 5 6 7 8 9 10 11 12 13
# postal ```js // usage chance.postal() ``` Return a Canadian Postal code. Returned postal code is valid with respect to the Postal District (first character) and format only. ```js chance.postal(); => 'R1S 3F4' ```