We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: