From 27335a24a54e73a3071fae8b4efe19be5585a79c Mon Sep 17 00:00:00 2001 From: Darcy Clarke Date: Wed, 21 Jan 2015 05:12:53 -0500 Subject: [PATCH] Fix coding questions anchor link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f44144..be4a11e 100644 --- a/README.md +++ b/README.md @@ -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