to understand this in TypeScript , you should be understand Javascript this ok?when called using the new keyword, this in the function Counter points
인프런 이재승님 강의를 보고 메모를 했습니다.this 는 counter 객체를 가리키게 된다. 즉 , counter.value 와 counter.add 가 되겠죠 역시 마찬가지로 ,0 과 5 출력이 됩니다. 하지만 다른점이 하나있다.add 메소드를 변수로 할당을 하고,