Question: Using prompts (or input boxes and a button), prompt the user for a string. When the user clicks the button, store the string as an
- Using prompts (or input boxes and a button), prompt the user for a string. When the user clicks the button, store the string as an array. Using the character for a search key, parse the array to find how many times the key occurs. Display the results. Now remove all instances of the character from the array and display the results as a string. Your display should look similar to what is shown in Figure 1 below javascript

Part 1 Question 1 The string is this is the string The key ist The character occurs 3 times in the array The new string is: his is hesring
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
