
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
과제중인데 뭐가 틀렸는지 알수있을까요..ㅜ

뭐가 틀렸는지 알려주시면 감사하겟습니다 ㅠㅠ
<script>
function temp(){
$.ajax({
type: "GET",
url: "http://spartacodingclub.shop/sparta_api/weather/seoul",
data: {},
let temp = response['temp'];
}}
})
$(document).ready(function(){
alert('다 로딩됐다!')
});
</script>
<body>
<div class="mytitle">
<h1>바타(Vata) 팬명록</h1>
<p>현재기온 : <span id="temp">00.0</span>도 </p>
