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
4 ответов
+ 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
+ 8
https://www.sololearn.com/learn/516/?ref=app
+ 1
I think you mean jquery
+ 1
In Java Script ES6, back ticks and ${} are used to interpolate values into a string.