Remove childs, only to add theme later

I’m testing stuff to see if I can make my project complete…

is it possible to remove one movieclip, and then somehow later add it again?
I can remove an item easy
this.removeChild( this[“firkant”] );

but how do I add it again?