03.22.2022 TIL
TIL Done it Module, Component Module: 설계시점에서 의식적으로 나눈 요소 Component: 실행 중인 S/W 활동 단위 요소 Ex)Module: Server, Client => 2개 Component: Server 1개, Client 20개 => 21개 Client-Server System에서 1개 Server가 20개 Client에게 정보 제공할 경우 type="module" 특징 use strict로 실행 모듈 레벨 Scope가 있다. 단 한번만 평가된다. 지연 실행된다. Dom이 만들어진 후에 실행 Git / Github 특강 및 복습 => 직접 해보고 있습니다... 유니코드 endian: 컴퓨터 메모리에 저장된 byte 순서 big-endian: 가장 중요한 값이 먼..
활동/Dev Course TIL
2022. 3. 22. 21:40
03.21.2022 TIL
TIL Done it Memory Heap & call stack control flow, data flow control flow: 조건 반복을 통해 상태 제어 일반적인 if, else, for ... const oddNum = () => { let a = [1,2,3,4,5,6,7,8,9,10]; let odd = []; for (let i = 0; i { let a = [1,2,3,4,5,6,7,8,9,10]; let odd = a.filter(Num => Num % 2 === 1);..
활동/Dev Course TIL
2022. 3. 21. 21:42
공지사항
최근에 올라온 글