
$.ajax({
type: "GET",
url: "http://spartacodingclub.shop/sparta_api/seoulair",
data: {},
success: function (response) {
let rows = response['RealtimeCityAir']['row']
for (let i = 0; i < rows.length; i++)
}
})
코드는 이렇게 쳤구요 혹 제가 놓친 게 있으면 말씀 주세요 for (let ~~ <- 이 구간에서부터 자꾸 오류가 납니다
let 문까지만 해도 console 창에 그대로 잘 나왔는데 저 구간만 치면 >Uncaught SyntaxError: Unexpected 라고 떠요
