Lambdas • Lesson 41/100
Lambda Basics
Anonymous functions in Kotlin
📚
Learn💻
Code❓
Quiz🏆
Practice⭐
Complete📚 Lý thuyết
**Lambda** là anonymous function - function không có tên.
**Cú pháp:**
```kotlin
val lambda = { params -> body }
```
**Đặc điểm:**
- Có thể gán cho biến
- Truyền như argument
- Return giá trị cuối cùng