--- id: bad87fee1348bd9aeda08726 title: Delete Your jQuery Functions required: - link: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.css' challengeType: 6 videoUrl: '' localeTitle: حذف وظائف jQuery الخاصة بك --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: احذف جميع وظائف jQuery الثلاث من وظيفة document ready function . testString: 'assert(code.match(/\{\s*\}\);/g), "Delete all three of your jQuery functions from your document ready function.");' - text: '' testString: 'assert(code.match(/

jQuery Playground

#left-well

#right-well

```
## Solution
```js // solution required ```