Fix coding questions anchor link

This commit is contained in:
Darcy Clarke 2015-01-21 05:12:53 -05:00
parent 999261473d
commit 27335a24a5
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
* Selector (string), HTML (string), Callback (function), HTML element, object, array, element array, jQuery Object, etc.
* What is the difference between `.get()`, `[]`, and `.eq()`?
#### Code Questions:
#### Coding Questions:
*Question: How would you make this work?*
```javascript