[Udemy - 100일 코딩 챌린지] 2/12 개발공부일지(javascript경로, console, method, DOM, Document Object Model 등)
javascript 연습 중 연습문제 하는 중에 let userName02 = "hwanhee"; let priceOfCourse = 5000; let goals = ["more knowledge", "repetation", "firm foundation"]; alert(userName02, ' ', priceOfCourse, ' ', goals); alert(userName02); alert(priceOfCourse); alert(goals); 진짜 간단한 코드 실행했는데 아래와 같은 오류 발생. Failed to load resourece: the serer responded with a status of 404(not found) Refused to execute script from because..