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 |
Tags
- REACT
- express.js
- 삶
- Props
- SSR
- Interface
- useState
- hardhat
- tailwindcss
- 기준
- web
- middleware
- typeScript
- Ethereum
- built in object
- graphQL
- node.js
- error
- bitcoin
- CLASS
- Redux
- HTML
- concept
- nextJS
- JavaScript
- blockchain
- API
- evm
- solidity
- CSS
Archives
- Today
- Total
목록assign (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