What's wrong with this code?
The parent ID is missing
The new element is not created correctly
"p"
should be
p
, without quotes
You can't name a variable
parent
The parent ID is missing.