body element as well.
Here's how we would make the entire body fade out: $("body").addClass("animated fadeOut");
But let's do something more dramatic. Add the classes animated and hinge to your body element.
animated and hinge to your body element.
testString: 'assert($(''body'').hasClass(''animated'') && $(''body'').hasClass(''hinge''), ''Add the classes animated and hinge to your body element.'');'
```