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
Copy file name to clipboardExpand all lines: telephone-number-validator/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,4 @@ For this challenge you will be presented with a string such as 800-692-7753 or 8
17
17
For this problem we will create a list of regexes to check if a number has one of the given forms. Notice that many forms coresponde to one regex.
18
18
19
19
## Methods
20
-
All methods for this problem are explained at the ceasars-cipher project, except reduce() method, which is too complicated to explain shortly if you want to learn more [click here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce).
20
+
All methods for this problem are explained at the ceasars-cipher project, except reduce() method, which is too complicated to explain shortly, so if you want to learn more [click here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce).
0 commit comments