Saved Bookmarks
| 1. |
Write down the purpose of the following code snippet function print(){document .write (“ Welcome to JS”);} |
|
Answer» This code snippet is used to display the string, “Welcome to JS” on the screen(monitor). |
|