qAnswersR[12456] = [];
qAnswersR[12456].push("[math]m: \frac{(x+20)^{2}}{256}+\frac{(y-15)^{2}}{81}=1[/math]");
To store the value in a variable, I tried logging the array like this:
console.log(qAnswersR[12456]);
The result displayed was: [math]m: rac{(x+20)^{2}}{256}+rac{(y-15)^{2}}{81}=1[/math],[math]m: 81(x+20)^{2}+256(y-15)^{2}=20736[/math]
However, the escape tag "\"
disappeared. How can I retain it?