the double quotation problem? [ solved ] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

the double quotation problem? [ solved ]

Whenever I try 2 call a js function in html using onclick ( the event attr ) with single quotes like this : onclick = "send()" // I can't write single ' quotation mark here too It shows error : No internet connection. And I can't save & post code & when I try the same: onclick = "send()" with double quotation, it works and saves the code ?! Its happening with my every new or old code.! What's happening? IS IT JUST ME OR AM I missing something in quotations And why I can't use single quotation marks around send() here In this question section 2?

14th Oct 2020, 9:32 PM
md. siam bhuiyan 0.1
md. siam bhuiyan 0.1 - avatar
2 Answers
+ 2
I know that there is no difference in quotes in html but I couldn't save the code with single quotes so I had to put double quotes here's the code : https://code.sololearn.com/W2wWeK4H9QOO/?ref=app Had to put double quotes to call the send() func or I can't save the code. 😔
15th Oct 2020, 4:39 AM
md. siam bhuiyan 0.1
md. siam bhuiyan 0.1 - avatar
+ 1
There's actually no difference between double quotes and single quotes in js. Show your code.
14th Oct 2020, 9:43 PM
Hima
Hima - avatar