Yo! Welcome to the new planet, Webflandia!
You saved 0 people
Now that you're a real-life alien, let's learn how to clone stuff.
Believe it or not, most extra-terrestrial life uses jquery to clone things.
// We'll learn this!
$('.cloning-machine-button').click(() => {
Β Β Β $('#clone-me').clone().removeAttr('id').appendTo('.cloning-bank');
});