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

minor changes to exercise text

parent bc0b4364
No related branches found
No related tags found
No related merge requests found
...@@ -510,7 +510,7 @@ let Content = { ...@@ -510,7 +510,7 @@ let Content = {
<pre><code> <pre><code>
let pianoDiv = /* Get the div with id="piano-keyboard" * let pianoDiv = /* Get the div with id="piano-keyboard" *
let keys = /* Get the child nodes of pianoDiv */ let keys = /* Get the child nodes of pianoDiv */
/* Modify the innerText of each element in the list by adding the correct note */ /* Modify the innerText of each element in the list by setting the correct note */
console.log(keys); console.log(keys);
</code></pre> </code></pre>
If your code is correct, the notes will appear in the keys. If your code is correct, the notes will appear in the keys.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment