Kotlin / kotlin-by-example

The sources of Kotlin by Example.
https://play.kotlinlang.org/byExample/overview
MIT License
460 stars 897 forks source link

Update 04_Equality Checks.md #111

Closed aakashadesara closed 4 years ago

aakashadesara commented 4 years ago

The next screen (Conditional Expressions) says that Kotlin does not support ternary operators so I believe it does not make sense to use ternary in the description to explain this concept.

I would also recommend swapping the Conditional Expressions page and Equality Checks page in the ordering.

p7nov commented 4 years ago

This is a good point, thank you!