Skip to content
Snippets Groups Projects
Commit 8c23265b authored by Mariani Giacomo's avatar Mariani Giacomo
Browse files

updated queryselectorall exercise

parent 2be180d7
No related branches found
No related tags found
No related merge requests found
...@@ -347,7 +347,8 @@ let Content = { ...@@ -347,7 +347,8 @@ let Content = {
}, },
query_selector_all: { query_selector_all: {
instructions: `The text of the pizza toppings is wrong, help us fix it. instructions: `The text of the pizza toppings is wrong, help us fix it by setting
the correct text (Basilica, Tomato, Mozzarella, Ham).
Find all the <code>li</code> elements within the <code>ul</code> element with Find all the <code>li</code> elements within the <code>ul</code> element with
<code>id="pizza-toppings"</code> using the <code>document.querySelectorAll()</code> <code>id="pizza-toppings"</code> using the <code>document.querySelectorAll()</code>
method. Then fix the <em>innerText</em> of each element. The grader does not care method. Then fix the <em>innerText</em> of each element. The grader does not care
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment