Reflect.has(target, propertyKey)
target속성을 찾을 대상 개체입니다.propertyKey확인할 속성의 이름입니다.
target
propertyKey
Boolean속성 이 있는지 여부를 나타내는 입니다 target.
Boolean