消除我特牛
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

531 B

radio

// usage
chance.radio()

Generate a random radio call sign.

chance.radio();
=> 'KCXW'

Optionally specify a side of the Mississippi River to limit stations to that side.

See K and W for more details

chance.radio({side: 'east'});
=> 'WKOQ'

chance.radio({side: 'east'});
=> 'WNOW'