You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2019. It is now read-only.
here you are parsing the request data and then you callback the render function, so you should pass an object not (theData), try to make it this way:
callback(xmlHttp.responseText);
and inside your callback parse the data into js object and then render your dom.