--------------------*****/웹표준언어(자바스크립트)10 Node.js Docs https://nodejs.org/en/docs/ Docs | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org https://nodejs.org/dist/latest-v6.x/docs/api/process.html Process | Node.js v6.17.1 Documentation Process# The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applic.. 2020. 5. 21. Brackets 프로그램 좌측 하단에 블럭 모양의 '확장 기능 관리자' 클릭 검색 : Node.js integration -> 설치 실행 전에는 먼저 저장을 해야 한다. ctrl + s 실행 : ctrl+shift+N 2020. 5. 21. atom에서 화살표함수 사용 보호되어 있는 글 입니다. 2020. 5. 21. ECMAScript 발음 ECMAScript 발음 에크마 스크립트라고 하는데, 이씨마스크립트라고도 하는것 같다 2020. 5. 19. 호이스팅 Hoisting Hoisting : 1. var을 통해 정의된 변수의 선언문을 유효 범위(함수 안쪽의 최 상단)의 최 상단에 배치하는 것을 의미한다. 2. 함수의 선언도 호이스팅의 대상이 된다. 선언문 이란 ? var 변수명; 할당은 {} 안쪽에 그대로 남겨둔다. 함수의 선언이란 ? function 함수명 (){} 다음 블로그를 참고하면 확실하게 이해할 수 있다. https://yuddomack.tistory.com/entry/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%ED%98%B8%EC%9D%B4%EC%8A%A4%ED%8C%85Hoisting 자바스크립트 호이스팅(Hoisting) (안내) 호이스팅의 원리에 대한 글을 추가로 포스팅했습니다. (19.10.13).. 2020. 5. 17. 자바 향상된 for문 / 자바스크립트 for in java for( [자료형] 변수명 : 배열명 ) 배열에 element가 몇개가 있는지에 따라서, 그만큼만 for문을 돌린다. 특정되지 않은 횟수여도 for루프로 끄집어낼 수 있다. javascript for(let 인덱스 in 배열) 인덱스로 찾기(혹은 key) in을 쓰면 index ! for(let 요소 of 배열) 요소로 찾기 of는 element 2020. 4. 16. brackets http://brackets.io/ A modern, open source code editor that understands web design Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long. brackets.io 2020. 4. 1. 자바스크립스 atom & powershell 실습 atom에서 만든 numberOperator.js 파일을저장한 폴더에서, 파일을 클릭하지 않고 빈 공간에서shift + 우클릭powershell 실행>node numberOperator.js 2020. 4. 1. atom , node js https://atom.io/ A hackable text editor for the 21st Century At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it. atom.io exe 파일 실행해주기만 하면 설치 완료 https://nodejs.org/en/ Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. n.. 2020. 3. 29. 이전 1 2 다음