sueleesoossoo's devlog


  • Home

  • Categories

  • About

  • Archives

  • Tags

TIL: Javascript - bind()

Posted on 2018-12-19 | 0 comments

초보 개발자가 가장 흔히 하는 실수는 개체로부터 메소드를 추출한 뒤, 나중에 그 함수를 호출하여 원 객체를 그 함수의 this로서 사용하는 것이다. 이는 주의하지 않으면 원 객체가 손실되게 된다. 그래서 그 함수로부터 원 객체를 사용하여 바인딩(bind)된 함수를 생성하면, 문제가 해결된다.

Read more »

[React] State & Props

Posted on 2018-12-19 | 0 comments

React Component에서 다루는 데이터는 두 개로 나뉜다. props와 state이다.

Read more »

[React] LifeCycle

Posted on 2018-12-19 | 0 comments

컴포넌트 초기 생성

Read more »

[JavaScript] Type Checking

Posted on 2018-12-18 | 0 comments

자바스크립트는 동적 타입 언어이므로 변수에 어떤 타입의 값을 받아 반환하려는 건지 미리 지정해두지 않으면 혼란이 올 수 있다. 그러므로 자바스크립트는 타입 체크가 필요하다.

Read more »

[JavaScript] Prototype

Posted on 2018-12-18 | 0 comments

자바스크립트는 클래스 기반 객체지향 프로그래밍인 java, c++과는 달리 프로토타입 기반 객체지향 프로그래밍 언어이다.

Read more »

[JavaScript] immutability

Posted on 2018-12-18 | 0 comments

참고 : https://poiemaweb.com/js-immutability

Read more »

[JavaScript] function

Posted on 2018-12-18 | 0 comments

참고 : https://poiemaweb.com/js-function

Read more »

[JavaScript] JavaScript란?

Posted on 2018-12-18 | 0 comments

자바스크립트는 명령형, 함수형, 프로토타입 기반 객체지향 프로그래밍을 지원하는 멀티-패러다임 프로그래밍 언어이다.

Read more »

[HTML] Table

Posted on 2018-12-03 | 0 comments

테이블은 데이터를 나타낼 때 이외의 다른 용도로는 절대 사용하면 안된다!!

Read more »

[HTML] Form

Posted on 2018-12-03 | 0 comments

Form 요소

Read more »
1 … 25 26 27 … 35
LEESOO

LEESOO

Junior Frontend Developer

341 posts
12 categories
34 tags
RSS
GitHub
© 2024 LEESOO
Powered by Jekyll
Theme - NexT.Muse