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