|
Hi,
Help me in developing an interactive page using JavaScript that takes 5 Names in an Array .This page should take 5 Names from the user and then display them in a dialog box. Moreover you have to Sort these names in alphabetical order.
Page should have three buttons. The names of buttons and their functionality are described below:
Enter Names: On pressing this button the user should be prompted to give 5 Names one by one.
Sort: On pressing this button, all the names, which have been entered in the prompt box, should be sorted alphabetically.
Show Names: On pressing this button, all the Names that you have entered should be displayed in a dialog box
|
|
|
|
|
|
|
// |