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
- nextJS
- HTML
- blockchain
- tailwindcss
- express.js
- CLASS
- typeScript
- CSS
- node.js
- middleware
- Props
- JavaScript
- Redux
- graphQL
- 삶
- REACT
- concept
- built in object
- Interface
- evm
- web
- solidity
- 기준
- SSR
- hardhat
- error
- Ethereum
- useState
- bitcoin
- API
Archives
- Today
- Total
목록enum (1)
ReasonJun
In TypeScript, an enum is a special "class" that represents a group of constants (unchangeable variables). Enums come in two flavors string and numeric. enum means enumerated type. An enum names a set of values and makes them available. Here we can utilize an enum to use a set called PrintMedia with a friendly name instead of a hard-to-remember number. Each PrintMedia enumerated is zero-based by..
Frontend/Typescript
2023. 6. 17. 15:19