0

What is a string literals?

Any body knows this?

1st May 2020, 8:04 AM
Jishnudip Saha
Jishnudip Saha - avatar
4 Answers
+ 1
String literal is nothing but a sequence of characters (The quoted text simply)! Considered the following example : var text = "Hello There"; Here, "Hello There" is the string literals having the value of Hello There! Hope that makes sense!
1st May 2020, 8:14 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
1st May 2020, 8:58 AM
visph
visph - avatar
0
Thank you bro!!
1st May 2020, 8:17 AM
Jishnudip Saha
Jishnudip Saha - avatar
0
Thanks
1st May 2020, 9:15 AM
Jishnudip Saha
Jishnudip Saha - avatar