Notice
Recent Posts
Recent Comments
Link
목록2025/01/08 (1)
오늘도 코딩하나

https://nomadcoders.co/typescript-for-beginners 타입스크립트로 블록체인 만들기 – 노마드 코더 Nomad CodersTypescript for Beginnersnomadcoders.co 강의 내용#4.0 ~ #4.1 ○ Classclass Player { constructor( private firstName:string, private lastName:string, public nickname:string ) { }}const tistory = new Player("코딩하나", "오늘도", "tistory");// Property 'firstName' is private and only accessible withi..
Typescript/Lecture
2025. 1. 8. 23:25