-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
[Term Entry] JavaScript DOM Manipulation: .querySelectorAll() #6239 #6277
[Term Entry] JavaScript DOM Manipulation: .querySelectorAll() #6239 #6277
Conversation
|
content/javascript/concepts/dom-manipulation/terms/queryselectorall/queryselectorall.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have few comments for @dejongbaba you to work on :) Tag me once u are done with them
content/javascript/concepts/dom-manipulation/terms/queryselectorall/queryselectorall.md
Outdated
Show resolved
Hide resolved
content/javascript/concepts/dom-manipulation/terms/queryselectorall/queryselectorall.md
Outdated
Show resolved
Hide resolved
content/javascript/concepts/dom-manipulation/terms/queryselectorall/queryselectorall.md
Outdated
Show resolved
Hide resolved
content/javascript/concepts/dom-manipulation/terms/queryselectorall/queryselectorall.md
Outdated
Show resolved
Hide resolved
content/javascript/concepts/dom-manipulation/terms/queryselectorall/queryselectorall.md
Outdated
Show resolved
Hide resolved
content/javascript/concepts/dom-manipulation/terms/queryselectorall/queryselectorall.md
Outdated
Show resolved
Hide resolved
content/javascript/concepts/dom-manipulation/terms/queryselectorall/queryselectorall.md
Outdated
Show resolved
Hide resolved
Alright, thanks for the feedback |
@dakshdeepHERE I've updated the document as requested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Hey @dejongbaba @dakshdeepHERE, just noticed that this issue has already been taken care of by the author who was assigned to it, so we have an entry for this already. I'll have to close this PR. @dejongbaba for future reference, please claim an issue first and once it has been assigned to you, then raise a PR. Thank you 😄 |
Description
Added a new entry on the
.querySelectorAll()
term under the DOM concept in JavaScript. Created a new file undercontent/javascript/concepts/dom-manipulation/terms/queryselectorall/queryselectorall.md
. Added description, syntax and example on the.querySelectorAll()
following the term entry template and style guide. This entry explains how to select multiple elements with a specific selector and manipulate each of them.Issue Solved
Closes #6239
Type of Change
Editing an existing entry (fixing a typo, bug, issues, etc)Updating the documentationChecklist
main
branch.Issues Solved
section.