console.log(response) 를 찍으면 정상적으로 나오는데 let rows = response['comments'] for (let i = 0; i < rows.length; i++) { let name = rows[i]['name'] let comment = rows[i]['comment'] console.log(name,comment) 이렇게 하면 콘솔에 저렇게 오류가 나옵니다 ㅠㅠ