깃허브 : https://github.com/hgt2768/JavaScriptStudy.git 간단하게 디버그 할때마다 많이 사용하게될 alert, log 그리고, 가끔 사용하는 confirm으로 helloworld를 진행해보자. sliderBar.html Hello world Shortcuts Overview Events Profile Status helloWorld.html alert - hello, world! 확인 confirm - hello, world! 확인 log - hello, world! 확인 코드는 매우 간단하다. 우선 alert는 파라미터로 넣으면 내용을 출력한다. 아래와 같이 안에 문자열을 넣으면 그대로 출력되며, 객체를 넣으면 object로 출력된다. alert("hello, wo..