# 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' ```