1463822
/courses/1463822/lectures/33556202/hotmart_lecture_video_download_link/60137195
1463822
axios.get('https://hexschool.github.io/ajaxHomework/data.json')
.then(function (response) {
console.log(response.data);
console.log(response.status);
console.log(response.statusText);
console.log(response.headers);
console.log(response.config);
});