태그>assign(총 2개의 글)
'assign' 관련 최근글
-
- Assign a Static IP to Your Windows 11 PC

-
꼬장꼬장한 돌고래님의 이글루입니다 by 꼬장꼬장한 돌고래|2021/11/28 16:18
Typically, your network router assigns a dynamic IP address to your devices, including Windows 10 and 11 computers. If you need a static IP address for your PC, you either need to configure your router or change the settings opti..
- Assign a Static IP to Your Windows 11 PC
-
- [JavaScript] 변수값 설정 시 default 사용 (short-circuit 트릭)

-
Sigel's house made of ice 。。。 by Sigel|2013/05/15 15:38
JavaScript는 short-circuit을 이용하면 변수에 값을 할당할 때 유용하게 사용할 수 있다. (변수에 값이 할당되어 있는지 체크해서 없으면 default 설정하는 경우 등) var a = undefined; var b = 3; var c = a || b; if(a) console.log('AA') // 출력 안 됨 if(b) co..
- [JavaScript] 변수값 설정 시 default 사용 (short-circuit 트릭)



