+ 1
Sometimes I find the "quot; sign before a line of code in JavaScript. What would it be?
9 Respuestas
+ 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.
+ 3
There is string expression using $ sign too. Such as: `Number is ${n}`
+ 3
${} uses in template literals.
For more information, pls visit
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
+ 2
@Daniel In the example u mentioned.. that is jQuery
+ 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
+ 2
thank you all
+ 1
More info pls
+ 1
@calvin i think that is in php?? ain't so??
+ 1
@calvin why it's not working herein code playground?