Skip to content

Commit 67d3edd

Browse files
committed
added resources
1 parent 76b186a commit 67d3edd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Telephone_Number_Validator/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Check [TELEPHONE NUMBER VALIDATOR](https://github.com/codewithmide/JavaScript-Algorithms-and-Data-Structures-Projects/blob/master/Telephone_Number_Validator/Telephone_Number_Validator.md) for more test cases.
22

3+
# RESOURCES
4+
- [REGEX SOLVER](https://regex101.com/)
5+
6+
7+
# TEST CASES
8+
39
- `telephoneCheck("555-555-5555")` should return a `boolean`.
410
- `telephoneCheck("1 555-555-5555")` should return `true`.
511
- `telephoneCheck("1 (555) 555-5555")` should return `true`.

0 commit comments

Comments
 (0)