InterviewSolution
Saved Bookmarks
| 1. |
What is JavaScript program in few words? |
|
Answer» A COMPUTER program is a LIST of "INSTRUCTIONS" to be "executed" by the computer.In a programming language, these program instructions are called STATEMENTS.JavaScript is a programming language.JavaScript statements are separated by SEMICOLONS. |
|