250x250
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- web
- solidity
- Ethereum
- typeScript
- tailwindcss
- error
- evm
- express.js
- built in object
- JavaScript
- CLASS
- Props
- API
- node.js
- useState
- hardhat
- REACT
- HTML
- bitcoin
- CSS
- concept
- graphQL
- Redux
- nextJS
- 삶
- middleware
- SSR
- 기준
- Interface
- blockchain
Archives
- Today
- Total
목록Create (1)
ReasonJun
javascript : prototype (3) (Object.create(), Object.assign())
Object.create() Object.create() is a static method in JavaScript that creates a new object with the specified prototype object and properties. It allows you to create an object and explicitly set its prototype. The basic syntax for using Object.create() is as follows: Object.create(proto, [propertiesObject]) proto: The object that will be the prototype of the newly created object. It can be null..
Frontend/Javasciprt
2023. 6. 8. 00:40