Across
- 3. This contains some code that will be executed by an event or a call
- 4. This method scrolls the content by the specified number of pixels
- 5. JavaScript variables are said to be this
- 7. This method of the Array object returns string of entries from the array delimited by the separator String value.
- 9. You can instruct the browser to load another document into the window and overwrite the current history entry with the entry for new document
Down
- 1. if the user has disabled JavaScript from the, the browser displays the code written within this tag.
- 2. To prevent browsers which do not support JavaScript from displaying the JavaScript code as page content, this should be used which will hide the JavaScript
- 6. This method is used when a script needs to call a function with a fixed time delay between calls to that function.
- 8. The parseFloat and parseInt functions return this when they evaluate a value that is not a number
- 10. this function evaluates a string of JavaScript code without reference to a particular object
