Lines 18-31 should be pulled out of here and put into a new function declaration, called something like "handleData()" or "processData()". It would look something like: ``` }, function(data) { handleResponse(data); }); ```
Lines 18-31 should be pulled out of here and put into a new function declaration, called something like "handleData()" or "processData()".
It would look something like: