Skip to content

Instantly share code, notes, and snippets.

@julienreszka
Created December 13, 2019 10:07
Show Gist options
  • Save julienreszka/2d16bd15244db499ccc58facb897a341 to your computer and use it in GitHub Desktop.
Save julienreszka/2d16bd15244db499ccc58facb897a341 to your computer and use it in GitHub Desktop.
var articles = []; document.querySelectorAll('.article').forEach((article)=> {articles.push(article.querySelector('.corpsArt').textContent)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment