function Symbol.unscopablesThe Symbol.unscopables well-known symbol is used to specify an object value of whose own and inherited property names are excluded from the environment bindings of the associated object. The @@unscopables symbol ( Symbol.unscopables) can be defined on any object to exclude property names from being exposed as lexical variables in with environment bindings.https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Symbol/unscopables[Javascript] with 명령에 대하여전문가들이 자바스크립트에 있지만 없는듯이 살라는 명령어가 2가지가 있다. : eval은 보안상, 퍼포먼스상 문제가 있기 때문에 반드시 필요한것이 아니라면 사용하지 말라고 하는 것은 이해가 되지만, 솔직히 with란 놈은 한번도 써본적도 없고, 본적도 없는데 사용하지 말라고 한다. 한번도 본적이 없는 명령을 사용하지 말라고 하니까 이게 어떠한 명령인지 왠지 더 궁금해지고 사용해보고 싶은 법!https://unikys.tistory.com/304