InterviewSolution
Saved Bookmarks
| 1. |
Which of the two lines of code below is more efficient and why? |
|
Answer» document.getElementById("interviewBit"); OR $("#interviewBit");
|
|