Open kirandash opened 1 year ago
Please create an MCQA to be added as question number 43.
The multiple choice question should be on the topic "DOM Object and Window Object ". The difficulty level should be "Easy/Medium"
Tasks:
Explanation:
window
window.document
document
setInterval
window.setInterval()
setInterval()
window.location
window.href
Qns that are asked in interviews:
Please create an MCQA to be added as question number 43.
The multiple choice question should be on the topic "DOM Object and Window Object ". The difficulty level should be "Easy/Medium"
Tasks:
Explanation:
window
: global objectwindow.document
ordocument
since window is global object we don't need to use window.setInterval
is method of window object and can be accessed aswindow.setInterval()
orsetInterval()
window.location
,window.href
Qns that are asked in interviews: