We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a059b4 commit c1adeeeCopy full SHA for c1adeee
04 - Array Cardio Day 1/index-START.html
@@ -71,7 +71,9 @@
71
72
// 6. create a list of Boulevards in Paris that contain 'de' anywhere in the name
73
// https://en.wikipedia.org/wiki/Category:Boulevards_in_Paris
74
-
+ // const container = document.querySelector('.mw-category')
75
+ // const list = [...container.querySelectorAll('a')]
76
+ // const de = list.map(el => el.textContent).filter(text => text.includes('de'))
77
78
// 7. sort Exercise
79
// Sort the people alphabetically by last name
0 commit comments