DEV Community

Discussion on: Share a code snippet in any programming language and describe what's going on

Collapse
 
whobeu profile image
Robert G. Schaffrath • Edited

I wrote this JavaScript snippet about two years ago to validate a USPS tracking ID. It is not exhaustive as to whether or not the ID is actually is a known USPS ID but it makes sure the minimum number of digits are present and the check-digit is correct.

Code Snippet