TIL-20220813

__flow__·2022년 8월 12일
0

TIL

목록 보기
38/49
post-thumbnail

회고


  • JavaScript
    • Inheritance and Prototype Chain
      • 아니... [[Prototype]], prototype, __proto___ 조금 헷갈렸는데, 좀 나아진거 같다.
      • Java, C++ 처럼 class-based OO Language가 아니라 JavaScript는 prototype-based OO Language 이다.
      • JavaScript에도 class, constructor 가 있지만 이건 비교적 최근에 나온 기능이며 기존에 function constructor로 inheritance 구현한 것의 syntax sugar 일 뿐이다.
  • 나머지 한것은.... 없다.
  • 내일은
    • JavaScript
    • Repetition
    • Crafting Interpreters
    • C
    • 순으로 공부해보자...
    • outdoor cycling도!!🚴‍♂️🚴‍♂️
profile
fullcycle(fullstack), python/javascript, keepflowin, he/him

0개의 댓글