Saved Bookmarks
| 1. |
Explain the method of working of a JavaScript. |
|
Answer» Every browser has a JavaScript engine. If the code snippet contains JavaScript code, it is passed to the JavaScript engine for processing, the engine executes the code. If there is no script then it processes without the help of script engine. Hence an HTML le without JavaScript is faster than with JavaScript code. |
|