The hardest part of switching between Kotlin and J...
# random
c
The hardest part of switching between Kotlin and Javascript is that in Javascript, I tend to instantiate without
new
out of habit, but in Javascript, this means something very, very different from when you use
new
.