I want to include a single line break in a jquery variable but I am getting a syntax error with my operator:
var $answer = $("\n" + "<table class='answer'><tbody><tr><td>3. Answer:</td></tr></tbody></table>" + "\n");
What is the correct way for me to be able to include a single line break before and after this table?