diff --git a/ajax-requests/js/jsonCap.js b/ajax-requests/js/jsonCap.js index d771472..57a7da9 100644 --- a/ajax-requests/js/jsonCap.js +++ b/ajax-requests/js/jsonCap.js @@ -1,3 +1,5 @@ +(funtion() { console.log('jsonCap.js is running...'); }()); + function captureJSON() { var xhr = new XMLHttpRequest(); xhr.onload = function() {