InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not DOM property?(a) document.anchors(b) document.cookie(c) document.body(d) document.originI got this question during an interview.This key question is from Essential JavaScript and jQuery topic in division HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» The CORRECT answer is (d) document.origin |
|