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