InterviewSolution
Saved Bookmarks
| 1. |
For displaying data in JavaScript, we can’t use ____________(a) document.write()(b) console.log()(c) innerHTML(d) document.getElementById()I have been asked this question in unit test.Enquiry is from Essential JavaScript and jQuery topic in section HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» Correct choice is (d) document.getElementById() |
|