this.moved = true; 할때 에러나는데 뭐가 문제임??
TypeError: can't define property "moved": Object is not extensible.
멤버변수 선언을 잘못한건지 멤버변수 변경이 안되는건지 모르겠네
this.moved = true; 할때 에러나는데 뭐가 문제임??
TypeError: can't define property "moved": Object is not extensible.
멤버변수 선언을 잘못한건지 멤버변수 변경이 안되는건지 모르겠네
댓글 0