Gunslingor
val content = document.getElementById("content") as HTMLElement
andylamax
html
js
dom
frontend
backend
spand
document.getElementById("content") ?: error("Couldnt find content element")
A modern programming language that makes developers happier.