Java의 AsyncTask를 Kotlin의 coroutine으로 변환 by 안종하 about Kotlin
- I am currently interested in data mining and machine learning
- I like writing about computer software and interesting subject
- If you want to see my curriculum vitae
javascript basics #5 생성자, 연산자 new by 서진규 about Javascript
- isGenius = false ; } let person = new Person ( "Jake" ) ; alert ( user
- let user = new function ( ) { this
- 생성자 함수에서 this 키워드는 프로퍼티 뿐만 아니라 메소드에도 사용할 수 있다