
$.ajax({
type: "GET",
url: "http://spartacodingclub.shop/sparta_api/seoulair",
data: {},
success: function(response){
let rows = response['RealtimeCityAir']['row']
for (let i = 0; < rows.length; i++) {
let gu_name = rows[i]['MSRSTE_NM']
let gu_mise = rows[i]['IDEX_MVL']
console.log(gu_name,gu_mise)
for ( let i = 0; 이후 < row.length; 가 노란색으로 나오면서 콘솔창에서 캐치되지 않은 구문에러가 나오는데
왜 노란색으로 나오는건가요?
