Description
Create a basic button in javascript that when clicked picks a value at random from an array and display it on the screen, each time the button is clicked it should pick a new item from the array.
10.99 $
Create a basic button in javascript that when clicked picks a value at random from an array and display it on the screen, each time the button is clicked it should pick a new item from the array.
Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.