Clone an Element Using jQuery

Why does jQuery function // $("#target5").clone().appendTo("#left-well"); // clone target5 double times into left-well? Is that ok?

It’s because the code gets run twice - the first time after you type it in (automatic) and again after you click ‘Run Tests’. It’s fine, don’t worry about it.

Thank you so much for the answer!)