mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 20:15:58 +08:00
294 B
294 B
zip
// usage
chance.zip()
chance.zip({plusfour: true})
Generate a random (U.S.) zip code.
chance.zip();
=> '90210'
Can optionally specify that it ought to return a Zip+4:
chance.zip({plusfour: true});
=> '01035-1838'