Spring Day_4

12345678910
Across
  1. 3. This contains some code that will be executed by an event or a call
  2. 4. This method scrolls the content by the specified number of pixels
  3. 5. JavaScript variables are said to be this
  4. 7. This method of the Array object returns string of entries from the array delimited by the separator String value.
  5. 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. 1. if the user has disabled JavaScript from the, the browser displays the code written within this tag.
  2. 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
  3. 6. This method is used when a script needs to call a function with a fixed time delay between calls to that function.
  4. 8. The parseFloat and parseInt functions return this when they evaluate a value that is not a number
  5. 10. this function evaluates a string of JavaScript code without reference to a particular object