Created
August 27, 2021 22:13
-
-
Save AshWilliams/2bb8d24eb5762f3b71ce5f7ea33bc40e to your computer and use it in GitHub Desktop.
"Scraping"
This file contains hidden or 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 videos = [] | |
| let logArrayElements = (element, index, array) => { | |
| videos.push(element.href); | |
| } | |
| items.forEach(logArrayElements) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment