Last active
October 18, 2019 21:58
-
-
Save kadirmalak/b604573a5480c0ed4e77d29f195b56a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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