Code States - Immersive 20기 (Day 13)

LANA·2020년 5월 16일
0

Today I Learned

목록 보기
32/73

*5/15 TIL

오늘 배운 내용

  • CS Hiring Assessment 1 진행

과제 진행 현황

  • Inheritance Pattern: checkpoint 완료(블로그에 정리)
  • Inheritance - Dance Party (pseudoclassical 다시)
  • Inheritance - N-Queens (알고리즘 자체를 내가 다시 한번 구현해보기)
  • Understanding Prototype Chain 블로깅

느낀점

Tree map은 너무 어렵다..!
그래도 나머지 문제들은 모두 합격(!)이 떠서 너무 설레고 기뻤다.
그리고 아래에는 이번 sprint-inheritance기간동안 진행했던 과제들과 구현 목록.


Inheritance는 언제 사용하는가?
: 상위 객체의 특징을 base로 하여 새로운 기능을 추가하고자 할 때.

start inheritance patterns
Prototype
Constructor
ES6 syntax
proto
Object.create

BeesBeesBees
Inheritance Implementation
ES6

Subclass Dance Party
Event handling
UI
Inheritance
Object Interaction

profile
Let's code like chord !

0개의 댓글