dp
04/14/2022, 9:12 PMpakoito
04/15/2022, 7:53 PMthis
in any function and because of the lack of types it could call anything wherever at the callsite.this
that you refer to. This is used for both extension functions and lambdas.let
or apply
object
, which is JS's equivalent of...well, an object stored in a variableobject Bla {... }
in Kotlin is const Bla: Bla = {... }
in JSdata class
. It comes with some things you'd expect to see by default in any class, like structural equality and stable hashes.dp
04/16/2022, 3:31 AM