노드 내장 객체란? 노드에서 기본적으로 제공하는 내장 객체, 내장 모듈 따로 설치하지 않아도 바로 사용할 수 있으며, 브라우저의 window 객체와 비슷하다. global이 갖고 있는것 > global Object [global] { global: [Circular *1], clearInterval: [Function: clearInterval], clearTimeout: [Function: clearTimeout], setInterval: [Function: setInterval], setTimeout: [Function: setTimeout] { [Symbol(nodejs.util.promisify.custom)]: [Getter] }, queueMicrotask: [Function: queueMicrotask], performance: Performance { nodeTiming: PerformanceNodeTiming { name: 'node', entryTy...
원문 링크 : global, console, timer