---
id: bad87fee1348bd9aeda08726
title: Delete Your jQuery Functions
required:
- link: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.css'
challengeType: 6
---
## Description
These animations were cool at first, but now they're getting kind of distracting.
Delete all three of these jQuery functions from your document ready function, but leave your document ready function itself intact.
## Instructions
## Tests
```yml
tests:
- text: Delete all three of your jQuery functions from your document ready function.
testString: assert(code.match(/\{\s*\}\);/g));
- text: Leave your script element intact.
testString: assert(code.match(/