InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the constant TYPE_RELOAD?(a) Reload performed(b) Reload not performed(c) Reload must be performed(d) Reload may be performedThis question was addressed to me in an interview for internship.This intriguing question originated from Performance Navigation and Memory in portion Invocation and Performance Navigation of JavaScript |
|
Answer» CORRECT choice is (a) Reload performed The EXPLANATION is: TYPE_RELOAD: Has the VALUE of 1, indicating that the current page was ARRIVED at VIA a reload operation. TYPE_RELOAD performs navigation through the reload operation or the location.reload() method. |
|