Computer Science, asked by malimukesh9463, 1 year ago

How to set the type of quotation marks for embedded quotations with JavaScript?

Answers

Answered by Anonymous
0

I would like to understand the logic behind that code: var myName = "John"; document.write("""+ myName +"""); I got what I wanted, ie broswer displayed

Similar questions