Hi,
I have this javascript error that I am unable to fix unterminated string constant.
Here is what I am trying to do
var test = '<p>rajnas asdjhsadnmdas dasjads jmsad dasndsaads bnas</p>
<p>ahdndsa</p>';
document.getElementById('education').innerHTML = test;
How to fix this error?