Guys I see that "</head>quot;symbol in javascript code .what is it used for?I have searched the sololearn course but got no result. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Guys I see that "
quot;symbol in javascript code .what is it used for?I have searched the sololearn course but got no result.

please give example to support the explanation if possible

26th Apr 2018, 5:28 PM
Manwil Bahaa Zaki Kouzman
Manwil Bahaa Zaki Kouzman - avatar
4 Answers
+ 11
The dollar sign is treated just like a normal letter or underscore ( _ ). It has no special significance to the interpreter. Unlike many similar languages, identifiers (such as functional and variable names) in Javascript can contain not only letters, numbers and underscores, but can also contain dollar signs https://stackoverflow.com/questions/846585/can-someone-explain-the-dollar-sign-in-javascript
26th Apr 2018, 5:32 PM
Scooby
Scooby - avatar
+ 8
https://www.sololearn.com/learn/516/?ref=app
26th Apr 2018, 5:46 PM
Ranjan Bagri
Ranjan Bagri - avatar
+ 1
I think you mean jquery
26th Apr 2018, 5:59 PM
Toni Isotalo
Toni Isotalo - avatar
+ 1
In Java Script ES6, back ticks and ${} are used to interpolate values into a string.
27th Apr 2018, 2:29 AM
Ravikumar R
Ravikumar R - avatar