I have a problem putting variable value in quotes in Jquery:
for example:
I have a Html color code in variable color, which has a value #FFFF00. I vant to display variable value like this: "#FFFF00".
I tried something like this but it didn't work:
context.strokeStyle = "\"color\"";