Object.keys(), Object.values(), Object.entries() 반환 타입 #21
ghdtjgus76
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
다음은 각 메서드의 호출 시그니처임
Object.keys() 메서드의 반환 타입은 문자열 배열임
Object.values() 메서드의 반환 타입은 내부 속성 타입과 같은 타입임
Object.entries() 메서드의 반환 타입은 내부 속성 타입과 같은 타입임
Beta Was this translation helpful? Give feedback.
All reactions