How to Develop a java script function to get First name and Last name from users and display the following massage in a window alert box.
Hello First name, How are you?
For example if the user enters Sara as first name, the alert massage should be
Hello Sara, How are you?