728x90 SMALL Front/Javascript·Jquery32 20201113_35 노드생성 web이라는 하위폴더생성 web으로 이동해서 npm init해줌 PS C:\Users\wotjd\Frontend> cd 20201113 PS C:\Users\wotjd\Frontend\20201113> cd web PS C:\Users\wotjd\Frontend\20201113\web> npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to guess sensible defaults. See `npm help init` for definitive documentation on these fields and exactly what they .. 2020. 11. 13. 20201112_ 34 기본 click dom에서 btn-alert라는 id의 dom을 찾음 btn.addEventListener('click', onClickHandler); function onClickHandler() { alert('마우스 클릭!!'); } 람다식에 익숙치 않으면. 이게 더 이해간다고 var name; //함수레벨 스코프 let name1 = 'abc'; //변수 선언 방법 const name2 = 'abc'; //final (변경 불가능 - 상수) //선언 - 식별자를 등록 //초기화단계 - 값을 위한 공간을 할당하고 식별자랑 연결함.초기화 하지않았다면 undefined console.log(name1); console.log(name2); //식별자(identifier) //변수 //함수 //클래스 //식.. 2020. 11. 12. 이전 1 2 3 4 다음 728x90 LIST