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 6fe424f commit 6cb6a23Copy full SHA for 6cb6a23
04 - Array Cardio Day 1/index-START.html
@@ -63,6 +63,8 @@
63
64
// 6. create a list of Boulevards in Paris that contain 'de' anywhere in the name
65
// https://en.wikipedia.org/wiki/Category:Boulevards_in_Paris
66
+ const category = document.querySelector('.mw-category');
67
+ const links = category.querySelectorAll('a');
68
69
70
// 7. sort Exercise
0 commit comments