-
-
Save Backoo/6c40e49badaf054fd8b8f45a3c9ed024 to your computer and use it in GitHub Desktop.
Revisions
-
kavanagh created this gist
Apr 24, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ var paragraphs = ['paragraph 1', 'paragraph 1']; var html = '<p>' + paragraphs.join('</p><p>') + '</p>';