노드 내장 객체 : global [ node.js 교과서 ]
본 게시글은 node.js 교과서 강의를 듣고 정리한 글입니다. 노드의 전역 객체 - 브라우저의 window 같은 역할 - 모든 파일에서 접근 가능 - window 처럼 생략도 가능 (console, require 도 global 속성) 터미널에 node 실행 후 명령줄에 global 을 하면 볼 수 있다. node Welcome to Node.js v19.6.1. Type ".help" for more information. > global Object [global] { global: [Circular *1], queueMicrotask: [Function: queueMicrotask], clearImmediate: [Function: clearImmediate], setImmediate: [Func..
2023.04.10