Write a JavaScript program which will a. give an alert message of today’s date. b. prompt the user to give their name and gives an alert message ‘Hello’ and username. c. prompt the user to give 2 numbers and alerts the sum of those 2 numbers. code example
Example 1: javascript alert
alert("string");
Example 2: javascript alert
alert(varible);