NATIVE

settings_applicationsObject

NATIVE

Editing
  • account_tree
  • bug_report

ObjectobjectfromEntries(Iterableiterable)

키(key)-값(value)을 갖는 목록을 객체로 반환한다.

구문

형식
Object.fromEntries(iterable)

매개 변수

Iterableiterable필수

객체 목록을 포함하는 Array 또는 Map과 같은 iterable 객체이며 프로퍼티의 키(key)와 값(value)을 가지고 있어야 한다.

반환

Objectobject

버전 명세

ECMAScript 2024(15th Edition)
#sec-object.fromentries

지원 웹브라우저