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