JAVA Scrip// 1 DO NOT COPY FROM OTHER WEBSITES Upvote guarenteed for a co

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter8: Working With Advanced Functions
Section: Chapter Questions
Problem 4.4CP
icon
Related questions
Question

1)/////JAVA Scrip//

1 DO NOT COPY FROM OTHER WEBSITES

Upvote guarenteed for a correct and detailed answer. Thank you!!!. 

 

Which of the following statements will correctly print the id of any paragraph on the
page that is clicked?
a) for (let paragraph of document.querySelectorAll('p')) {
paragraph.addEventListener('click', event => {
console.log(event.target.id)
b) document.querySelectorAll('p').addEventListener('click', event => {
})
})
}
c) for (let paragraph of document.querySelector('p')) {
}
console.log(event.target.id)
document.querySelector('p').addEventListener('click', event => {
})
d) for (let paragraph of document.querySelector('p')) {
paragraph.addEventListener('click', event => {
console.log(event.target.id)
})
console.log(event.target.id)
Transcribed Image Text:Which of the following statements will correctly print the id of any paragraph on the page that is clicked? a) for (let paragraph of document.querySelectorAll('p')) { paragraph.addEventListener('click', event => { console.log(event.target.id) b) document.querySelectorAll('p').addEventListener('click', event => { }) }) } c) for (let paragraph of document.querySelector('p')) { } console.log(event.target.id) document.querySelector('p').addEventListener('click', event => { }) d) for (let paragraph of document.querySelector('p')) { paragraph.addEventListener('click', event => { console.log(event.target.id) }) console.log(event.target.id)
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Java
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning