We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f8ff3 commit ea0a85aCopy full SHA for ea0a85a
exercises/practice/isbn-verifier/.approaches/introduction.md
@@ -1,6 +1,6 @@
1
# Introduction
2
3
-There ae at least a couple general ways to solve ISBN Verifier.
+There are at least a couple general ways to solve ISBN Verifier.
4
One approach is to scrub and validate the input first.
5
A variation of that approach could then use [`map()`][map] and [`sum()`][sum] to iterate to the result.
6
Another approach is to validate as you go.
0 commit comments