\(@^0^@)/
[TDL] 06/12 Today's-Done-List 본문
728x90
- 제로베이스 HTML/CSS 과제
드디어 끝냈다!
1-2군데 거슬리는 부분이 있지만, 어떻게해야 좋을지 잘 모르겠어서 우선은 그냥 제출하기로 결정ㅠ
다음에 다른분들은 어떻게 했는지 물어보자!
- 유데미 알고리즘 Sliding Window 문제풀이
- 프로그래머스 JS스터디 과제
export default function component ({ initialState, $target }) {
const $element = document.createElement('div');
$target.appendChild($element);
this.state = initialState;
this.render = () => {};
this.setState = (nextState) => {
this.state = nextState;
this.render();
};
this.render();
}
템플릿?코드. 기계적으로 나오도록 많이 쳐보고, 외워두자.
- 주말 회고
728x90
'TDL' 카테고리의 다른 글
[TDL] 06/14 Today's-Done-List (0) | 2022.06.14 |
---|---|
[TDL] 06/13 Today's-Done-List (0) | 2022.06.14 |
[TDL] 06/10 Today's-Done-List (0) | 2022.06.10 |
[TDL] 06/09 Today's-Done-List (0) | 2022.06.10 |
[TDL] 06/08 Today's-Done-List (0) | 2022.06.08 |