Created
September 26, 2017 20:15
-
-
Save kenmazaika/3f4bca5f6c54f5fb740541618b05dcde 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
var className = "blue"; | |
var text = "hello ken"; | |
var htmlElement = "<div class=\"" + className + "\">" + text + "</div>"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment