Skip to content

Commit

Permalink
docs: 원문 이외 부분, summary로 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya-kim authored and 김정호(Jungho Kim)/FE개발1팀/11ST committed Jul 7, 2023
1 parent 7159d67 commit d0c478a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/summary/Object.values-Object.entries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 목차

1. **[폴리필](#폴리필)**

---

## 폴리필

[폴리필 링크](https://github.com/tc39/proposal-object-values-entries/blob/main/polyfill.js)

아래 네 개의 문법이 선행되어야 합니다.
- `Array.prototype.reduce`
- `Object.prototype.propertyIsEnumerable`
- `Array.prototype.concat`
- `Reflect.ownKeys`

0 comments on commit d0c478a

Please sign in to comment.