You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The isbn-verifier exercise currently lists converting an isbn10 number to isbn 13 a bonus task. I wonder if adding isbn13 support to the verifier would be too much or would be valuable to the exercise. The algorithm itself isn't very different from isbn 10, but showing how to support both might be a useful endeavor.