* Reads the phone number from the user input.
()
| 158 | * Reads the phone number from the user input. |
| 159 | */ |
| 160 | function getPhoneNumberFromUserInput() { |
| 161 | return phoneNumberInput.value; |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Returns true if the phone number is valid. |
no outgoing calls
no test coverage detected