자바스크립트 어려워근데 너무 멋지다 플젝 끝나고 더 공부해봐야지파이썬도 더 해야되는데.. 내용더보기1. 클로저어휘적환경 Lexical Environment클로저 Closure 와 은닉화2. 스케줄링 함수setTimeout() / clearTimeout()setInterval() / clearInterval()delay = 03. thiscall / apply / bind4. 상속hasOwnProperty() / prototype__proto__ 를 이용한 객체 상속prototype chain프로퍼티 반환 범위 for .. in / Object.keys / Object.values생성자 함수 new 와 함께쓰는 방법instanceof / constructor은닉화5. 클래스C..