Skip to content

Commit

Permalink
docs: 원문 이외 부분, summary로 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya-kim committed Mar 28, 2023
1 parent 44ac817 commit fe8276f
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 fe8276f

Please sign in to comment.