Skip to content

Instantly share code, notes, and snippets.

@kadirmalak
Last active October 18, 2019 21:58
Show Gist options
  • Select an option

  • Save kadirmalak/b604573a5480c0ed4e77d29f195b56a3 to your computer and use it in GitHub Desktop.

Select an option

Save kadirmalak/b604573a5480c0ed4e77d29f195b56a3 to your computer and use it in GitHub Desktop.
def createSomeSortOfComplicatedString(someImportantVariable: String, otherImportantThing: String) = {
val a = someImportantVariable
val b = otherImportantThing
s"""<a href="#" target="_blank" onclick="$a(); $b()">somestring</a>"""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment