Question: **JavaScript** This will run at the command prompt. It should use an array. Num To Word Write a program called num_to_word.js, that takes an integer
**JavaScript** This will run at the command prompt. It should use an array. Num To Word Write a program called num_to_word.js, that takes an integer and extracts and displays each digit of the integer in English. So, if the input is 123, the program should display one two three
The code should work for any number, but for the sake of this assignment, the number 932 should be used. The program will not ask the user for the number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
