강의

멘토링

로드맵

Inflearn Community Q&A

simjuho10184102's profile image
simjuho10184102

asked

[Beginner's Guide] Kotlin Syntax for Android

List / filter / Question mark exclamation mark / Loop

질문

Written on

·

176

1

println(testList4.filter{ it.startsWith("s")})

{ it에서{it를 뛰우는 이유가 무엇인가요?

kotlin코딩-테스트

Answer 1

0

bokchi님의 프로필 이미지
bokchi
Instructor

이 부분은 안띄우셔도 되고 띄우셔도 됩니다.

간격은 개발자의 취향대로 맞춰주시면 됩니다.

simjuho10184102's profile image
simjuho10184102

asked

Ask a question