Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Created September 26, 2017 20:15
Show Gist options
  • Save kenmazaika/3f4bca5f6c54f5fb740541618b05dcde to your computer and use it in GitHub Desktop.
Save kenmazaika/3f4bca5f6c54f5fb740541618b05dcde to your computer and use it in GitHub Desktop.
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