JSLintを使用してコードを検証していましたが、次のエラーが発生しました。
"<\"の代わりに</を期待しています
HTMLコードとJavaScriptコードでそれを取得しました。例えば:
element.innerHTML += "<p>here's what happened: You are <b>" + aVariable + " </b> years old.</p>";
と:
<input type="text" name="enterText" id="nameOfPerson" onblur="submitValues(this)" size="50" value="Enter your name"/>
なぜこれが起こっているのか誰か教えてもらえますか?