개발자 블로그 다른 곳보다 10원이라도 비싸면 100% 환불

  • 홈
  • 태그
  • 방명록

2024/12/25 1

C

클로저 관련 정리

Lexical Scope변수의 유효 범위를 결정하는 규칙.코드가 실행될 때가 아니라 작성될 때 결정됨.Lexical = 문맥스코프 예시let globalVar = "global"; // 글로벌 스코프function outerFunction() { let outerVar = "outer"; // outerFunction의 렉시컬 스코프 function innerFunction() { let innerVar = "inner"; // innerFunction의 렉시컬 스코프 console.log(globalVar); // "global" console.log(outerVar); // "outer" console.log(innerVar); // "inner" } innerFunc..

카테고리 없음 2024.12.25
1
더보기

방문자수Total

😋

  • Today :
  • Yesterday :
  • 분류 전체보기 (206)
    • Algorithm (48)
      • BOJ (36)
      • Data Structure (6)
      • Greedy Algorithm (5)
    • Dev (2)
      • C, C++ (4)
      • Java (35)
      • Spring (11)
      • Python (4)
      • API (1)
      • IntelliJ (1)
      • HTML \ CSS \ JS (13)
      • SQL (2)
      • DB (1)
      • Git (3)
      • NodeJS (5)
      • React (3)
      • Linux (5)
      • Design Patterns (2)
    • Photoshop (5)
    • 메모 (48)
      • 에러 메모 (23)

Tag

정렬, urakasumi, 그리디, 백준, 깊이 우선 탐색, vscode, BOJ, 그래프 이론, 문자열, Photoshop, 그래프 탐색, 파이썬, 해시를 사용한 집합과 맵, JavaScript, 2021, Python, Linux, 자료 구조, 너비 우선 탐색, 구현,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

  • [ HTML ] pdf 뷰어 삽입 코드

Calendar

«   2024/12   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31

Archives

Copyright © Kakao Corp. All rights reserved.

  • Github

티스토리툴바