Bleeding edge

Object 본문

Javascript

Object

codevil 2022. 4. 5. 14:46

Object.keys() 오브젝트의 키들

Object.values() 오브젝트 벨류들
Object.entries() 오브젝트 키와 벨류를 둘다 호출 할 때 사용한다.

 

키와 벨류는 알고있었는데, 엔트리같은 경우 유용할꺼같아서 메모해뒀다 !! 

'Javascript' 카테고리의 다른 글

this this this this  (0) 2022.04.07
JS로 어떤 걸 할 수 있을까?  (0) 2022.04.06
간단한 단어 Value, Expression, Statement, Identifier  (0) 2022.04.01
eslint와 prettier  (0) 2022.03.31
정규식(Regular Expression  (0) 2022.03.21