Hello, could someone explain the syntax below? I j...
# javascript
b
Hello, could someone explain the syntax below? I just started poking around some Kotlin + JS links and saw this a few times but it was new syntax to me. Specifically the
+"string"
Copy code
return div(className = "ui message") {
  +"Other component"
}
Thanks!