Write a javascript program that receives a string and a numb…
Write a javascript program that receives a string and a number from input prompts. The program should then output the character in the string that aligns with the number inputted into a new web page. Ex. qwerty 3 as inputs should output e
Read Details