Sometimes I find the "</head>quot; sign before a line of code in JavaScript. What would it be?   | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Sometimes I find the "
quot; sign before a line of code in JavaScript. What would it be?  

Example: https://code.sololearn.com/W8wq9onh2diO/?ref=app

5th Dec 2017, 2:18 PM
Daniel
Daniel - avatar
9 Answers
+ 6
I think you are talking about the jquery that is a form of javascript. You will know about it when you will learn jquery.
5th Dec 2017, 2:34 PM
Akash Pal
Akash Pal - avatar
+ 3
There is string expression using $ sign too. Such as: `Number is ${n}`
5th Dec 2017, 2:38 PM
Calviղ
Calviղ - avatar
+ 3
${} uses in template literals. For more information, pls visit https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
5th Dec 2017, 3:01 PM
Calviղ
Calviղ - avatar
+ 2
@Daniel In the example u mentioned.. that is jQuery
5th Dec 2017, 3:08 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 2
Actually, $ in JavaScript is used to import the jQuery code that is available online By using the "
quot; sign, you include jQuery inside of js
5th Dec 2017, 3:12 PM
#RahulVerma
#RahulVerma - avatar
+ 2
thank you all
5th Dec 2017, 3:28 PM
Daniel
Daniel - avatar
+ 1
More info pls
5th Dec 2017, 2:21 PM
Calviղ
Calviղ - avatar
+ 1
@calvin i think that is in php?? ain't so??
5th Dec 2017, 2:44 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
@calvin why it's not working herein code playground?
5th Dec 2017, 3:07 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar