what is the actual use of '</head>#x27;? i didnt understand from this apps lessons | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

what is the actual use of '
#x27;? i didnt understand from this apps lessons

20th Sep 2020, 12:38 PM
Zihan Sabah
Zihan Sabah - avatar
4 Respostas
+ 12
ā€¢ String Interpolation `${num}` in JavaScript ā€” https://dmitripavlutin.com/string-interpolation-in-javascript/
20th Sep 2020, 3:21 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 3
The $ sign is used in the jquery library to select html elements more efficient (look at jquery course)
20th Sep 2020, 1:00 PM
Bluestimes
Bluestimes - avatar
+ 3
$ symbol can also be used for string interpolation, for example let course ="Javascript", place = "SoloLearn"; console .log(`I'm learning ${course} in ${place}`);
20th Sep 2020, 1:41 PM
Ipang
+ 2
That looks like dollar sign to me.
20th Sep 2020, 12:41 PM
Raj Chhatrala
Raj Chhatrala - avatar