I'm required to
- ask the user for the phone number phrase using a standard HTML form and followed by a
- java script function to convert the number phrase into actual number
- the final output must show up without using html input controls
Been trying to accomplish this using if else statements within the <script> tag but did not succeed.
Any help would be greatly appreciated.
Thanks