<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
No question per se here, sorry.
Just saying how cool this is to have dynamic control of an .html page via this section’s introduced concepts.
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
```(document).ready(function () { (“div”).prepend(“
Insert this before other child elements. Way cool!
”);$(“div”).append(“
Insert this after other child elements. Ever cooler!!
”);});
<do not remove the three backticks above>