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
- middleware
- Props
- evm
- CSS
- JavaScript
- graphQL
- bitcoin
- CLASS
- HTML
- blockchain
- Ethereum
- typeScript
- tailwindcss
- SSR
- Interface
- solidity
- web
- error
- node.js
- built in object
- API
- express.js
- useState
- Redux
- 기준
- hardhat
- concept
- 삶
- REACT
Archives
- Today
- Total
목록access modifiers (1)
ReasonJun
Typescript : Class & Access Modifiers
In TypeScript, access modifiers are keywords that determine the accessibility of class members (properties and methods) from outside the class. TypeScript provides three access modifiers: public, private, and protected. These access modifiers control how class members can be accessed and modified. Here's an overview of each access modifier: public: The public access modifier allows class members..
Frontend/Typescript
2023. 6. 10. 13:20