Created
July 21, 2020 13:44
-
-
Save PRElias/1ef8195293de2ebe4107d2db7430da9a to your computer and use it in GitHub Desktop.
getelEments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let elements = document.querySelectorAll('table'); | |
for (let elem of elements) { console.log(elem.innerHTML);} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment