
Untitled
Guest 47 14th May, 2022
function getTags(elements)
{
const array = []
for (let element in elements)
{
array.push(element)
//console.log(element)
}
return array
}
const childElements = document.querySelector("article").children;
console.log(getTags(childElements))
To share this paste please copy this url and send to your friends
RAW Paste Data
Recent Pastes
- Look this free videos
AppleScript | 5 | 13 hours ago
- Elo
C | 13 | 13 hours ago
- Untitled
Markup | 13 | 15 hours ago
- pizdaogólna
Markup | 16 | 21 hours ago
- Untitled
Markup | 29 | 21 hours ago
- Untitled
Markup | 17 | 1 day ago
- Untitled
Markup | 21 | 2 days ago