The Algorithm of the ISBN
Oct 10, 2021 · 4 min read · Today I learned that the ISBN numbers on books have a built-in validation algorithm. Follow along here to see how I wrote my own JavaScript function that uses this algorithm and validates any ISBN argument given to it. Overview International Standard...
Join discussion