JavaScript

JavaScript

Event

이벤트의 종류와 다양한 이벤트들을 어떻게 다뤄야 하는지에 대해 알아보자

Read
JavaScript

Scoping and Variables

JavaScript가 따르는 function scope의 특징과 지역변수, 전역변수에 대해 알아보자.

Read
JavaScript

null Vs. undefined

null과 undefined를 같은 의미로 여겨서 교체사용하는 경우가 있다. 왜 이 둘을 교체해서 사용하면 안되는지에 관해 알아보자.

Read
JavaScript

Copying Primitive Value Vs. Reference Value

기본타입과 참조타입의 값이 복사될 때 서로의 차이점은 무엇이며 메모리에서는 어떠한 현상이 일어날까?

Read