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