InterviewSolution
Saved Bookmarks
| 1. |
Write a program in which you will display your name with the help of alert function as I have taught u infirst program. |
|
Answer» window.alert("Your NAME") ; |
|