Skip to content

Commit 5e60ba5

Browse files
authored
Update README.md
1 parent 660e7d9 commit 5e60ba5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,16 @@ Learn Kotlin Programming, its basics and Fundamentals from scratch.
6262
11. Sorting and Filtering
6363
- "filter" function
6464
- "map" function
65-
- Predicates
66-
12. Conclusion
65+
- Predicates: all, any, find, count.
66+
12. Kotlin NULL Safety
67+
- Safe call
68+
- with Let
69+
- Elvis
70+
- Lateinit keyword
71+
- Lazy delegation and 'lateinit' vs. 'lazy'
72+
-
73+
13. Conclusion
6774

6875
## Authors
6976

70-
* **Team Smartherd**
77+
* **Sriyank Siddhartha**

0 commit comments

Comments
 (0)